Fri, 24 Jul 2020 04:43:46 -0500
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