pidgin/plugins/gestures/meson.build

Sat, 08 Dec 2018 21:34:48 -0600

author
Mike Ruprecht <cmaiku@gmail.com>
date
Sat, 08 Dec 2018 21:34:48 -0600
changeset 39413
f45e8a9c6fc1
parent 38471
a7ce1d49ac8c
child 39702
8102041c0288
permissions
-rw-r--r--

Remove/edit comments which mention PURPLE_PLUGINS define

Now that GPlugin and libpurple plugin support are both required,
this patch removes mentions of PURPLE_PLUGINS from documentation
and comments in example plugins/code.

gestures_SOURCES = [
	'gestures.c',
	'gstroke.h',
	'gstroke-internal.h',
	'stroke.c',
	'stroke-draw.c'
]

if PLUGINS
	gestures = library('gestures', gestures_SOURCES,
	    dependencies : [x11, libpurple_dep, libpidgin_dep, glib],
	    name_prefix : '',
	    install : true, install_dir : PIDGIN_PLUGINDIR)
endif

mercurial