Sun, 01 Nov 2020 02:42:18 -0600
Remove the winprefs plugin as it only interacts with the buddy list window which we will soon be removing
Testing Done:
Built locally, which means I didn't test it on windows, but it's just deleting windows stuff so it should be fine.
Reviewed at https://reviews.imfreedom.org/r/190/
if PLUGINS xmppconsole_resource = gnome.compile_resources('xmppconsoleresources', 'xmppconsole.gresource.xml', c_name : 'xmppconsole') library('xmppconsole', 'xmppconsole.c', xmppconsole_resource, dependencies : [libpurple_dep, libpidgin_dep, glib], name_prefix : '', install : true, install_dir : PIDGIN_PLUGINDIR) endif # PLUGINS