pidgin/plugins/xmppconsole/meson.build

Fri, 23 Jul 2021 04:34:08 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Fri, 23 Jul 2021 04:34:08 -0500
changeset 40994
1eb6d260980d
parent 39809
f823ce5450b1
child 41011
90dd69fd1372
permissions
-rw-r--r--

Update the transparency plugin so it'll load again.

Testing Done:
Ran and loaded the plugin, but was unable to actually test it because the configuration frames for plugins are currently not working.

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

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

	library('xmppconsole',
	    'xmppconsole.c', xmppconsole_resource,
	    dependencies : [libpurple_dep, libpidgin_dep, glib],
	    name_prefix : '',
	    install : true, install_dir : PIDGIN_PLUGINDIR)
endif # PLUGINS

mercurial