pidgin/plugins/gestures/meson.build

Thu, 07 Oct 2021 22:24:25 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Thu, 07 Oct 2021 22:24:25 -0500
changeset 41081
0c1c063d71f6
parent 41066
00e6bda3ef95
child 41116
dff0811ff40c
permissions
-rw-r--r--

Add the unload parameter to a few plugins that I missed on the gplugin 0.35.0 update

Testing Done:
Compiled under ubuntu to verify that unity compiled without error.

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

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

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

devenv.append('PIDGIN_PLUGIN_PATH', meson.current_build_dir())

mercurial