pidgin/plugins/gestures/meson.build

Mon, 29 Aug 2016 04:26:44 -0400

author
Elliott Sales de Andrade <qulogic@pidgin.im>
date
Mon, 29 Aug 2016 04:26:44 -0400
branch
meson
changeset 38471
a7ce1d49ac8c
child 39702
8102041c0288
permissions
-rw-r--r--

Add Pidgin plugins to meson build.

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