pidgin/plugins/xmppconsole/meson.build

Mon, 12 Sep 2022 05:08:59 -0500

author
Elliott Sales de Andrade <quantum.analyst@gmail.com>
date
Mon, 12 Sep 2022 05:08:59 -0500
changeset 41665
149e5ba1e807
parent 41116
dff0811ff40c
child 42468
3ea8d5befbe4
permissions
-rw-r--r--

Move Pidgin plugins into their own subdirectories

Again, not sure if you'll have to do something special for the moves.

Testing Done:
Compile only.

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

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