pidgin/pidgin

Wire up the rest of the dialog to stubs

2019-11-11, Gary Kramlich
1af60f2ac6b6
Wire up the rest of the dialog to stubs
gestures_SOURCES = [
'gestures.c',
'gstroke.h',
'gstroke-internal.h',
'stroke.c',
'stroke-draw.c'
]
if PLUGINS
gestures = library('gestures', gestures_SOURCES,
build_by_default: false,
dependencies : [x11, libpurple_dep, libpidgin_dep, glib],
name_prefix : '',
install : false, install_dir : PIDGIN_PLUGINDIR)
endif