pidgin/plugins/transparency/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 41665
149e5ba1e807
child 41742
40130f43df93
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/

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

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

mercurial