pidgin/plugins/xmppconsole/meson.build

Fri, 12 Feb 2021 18:37:00 -0600

author
Arkadiy Illarionov <qarkai@gmail.com>
date
Fri, 12 Feb 2021 18:37:00 -0600
changeset 40765
a5381c20e802
parent 39809
f823ce5450b1
child 41011
90dd69fd1372
permissions
-rw-r--r--

Use specific purple_debug_* functions

Instead of `purple_debug`. Also:

* remove `\n` at the end
* inline untar macros

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

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