pidgin/plugins/xmppconsole/meson.build

Tue, 20 Sep 2022 01:34:26 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Tue, 20 Sep 2022 01:34:26 -0500
changeset 41715
b55196b7ba2d
parent 41116
dff0811ff40c
child 42468
3ea8d5befbe4
permissions
-rw-r--r--

Remove purple_connection_notice

It wasn't used in Finch, was a no-op in pidgin, and none of the protocol plugins
used it. In the future we'll just add a "notice" flag or something to
PurpleMessage when we need it.

Testing Done:
Compiled

Reviewed at https://reviews.imfreedom.org/r/1808/

xmppconsole_resource = gnome.compile_resources('xmppconsoleresources',
    'xmppconsole.gresource.xml',
    c_name : 'xmppconsole')

library('xmppconsole',
    'xmppconsole.c', xmppconsole_resource,
    c_args : ['-DG_LOG_USE_STRUCTURED', '-DG_LOG_DOMAIN="PidginPlugin-XMPPConsole"'],
    dependencies : [libpurple_dep, libpidgin_dep, glib],
    name_prefix : '',
    install : true, install_dir : PIDGIN_PLUGINDIR)

devenv.append('PIDGIN_PLUGIN_PATH', meson.current_build_dir())

mercurial