Thu, 07 Oct 2021 22:24:25 -0500
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())