pidgin/plugins/xmppconsole/meson.build

Sun, 01 Nov 2020 02:42:18 -0600

author
Gary Kramlich <grim@reaperworld.com>
date
Sun, 01 Nov 2020 02:42:18 -0600
changeset 40574
98384d15c7a0
parent 39809
f823ce5450b1
child 41011
90dd69fd1372
permissions
-rw-r--r--

Remove the winprefs plugin as it only interacts with the buddy list window which we will soon be removing

Testing Done:
Built locally, which means I didn't test it on windows, but it's just deleting windows stuff so it should be fine.

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

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