Fri, 12 Feb 2021 18:37:00 -0600
Use specific purple_debug_* functions Instead of `purple_debug`. Also: * remove `\n` at the end * inline untar macros Reviewed at https://reviews.imfreedom.org/r/490/
gestures_SOURCES = [ 'gestures.c', 'gstroke.h', 'gstroke-internal.h', 'stroke.c', 'stroke-draw.c' ] if PLUGINS gestures = library('gestures', gestures_SOURCES, dependencies : [libpurple_dep, libpidgin_dep, glib], name_prefix : '', install : true, install_dir : PIDGIN_PLUGINDIR) endif