pidgin/plugins/xmppconsole/meson.build

Fri, 24 Jul 2020 04:43:46 -0500

author
Elliott S <quantum.analyst@gmail.com>
date
Fri, 24 Jul 2020 04:43:46 -0500
changeset 40497
2f45a03838e9
parent 39809
f823ce5450b1
child 41011
90dd69fd1372
permissions
-rw-r--r--

Fix gestures plugin

Update gestures plugin for gtkplugin.h removal.

Use correct alloc/free functions for gestures.

Use a GtkEventBox for the gestures event handling.

Convert gesture stroke drawing to Gdk/Cairo.

Always enable building the gestures plugin.
It no longer requires a platform-specific library.

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

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