pidgin/plugins/xmppconsole/meson.build

Thu, 14 Jan 2021 22:33:49 -0600

author
Gary Kramlich <grim@reaperworld.com>
date
Thu, 14 Jan 2021 22:33:49 -0600
changeset 40708
53a26c29d26c
parent 39809
f823ce5450b1
child 41011
90dd69fd1372
permissions
-rw-r--r--

Move the PurpleProtocolServer interface to its own file.

Testing Done:
Compiled and ran locally. Connected with bonjour and xmpp without issues.

Bugs closed: PIDGIN-17458

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

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