pidgin/plugins/gestures/meson.build

Mon, 20 May 2019 21:50:28 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Mon, 20 May 2019 21:50:28 -0500
changeset 39608
8d68fba092e7
parent 38471
a7ce1d49ac8c
child 39702
8102041c0288
permissions
-rw-r--r--

remove a few more references to webview

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