--- a/pidgin/plugins/disco/meson.build Tue Aug 20 02:58:57 2019 -0400 +++ b/pidgin/plugins/disco/meson.build Fri Aug 23 02:20:09 2019 -0400 @@ -6,6 +6,12 @@ ] if PLUGINS + xmppdisco_resource = gnome.compile_resources('xmppdiscoresources', + 'resources/xmppdisco.gresource.xml', + source_dir : 'resources', + c_name : 'xmppdisco') + xmppdisco_SOURCES += xmppdisco_resource + xmppdisco = library('xmppdisco', xmppdisco_SOURCES, dependencies : [libpurple_dep, libpidgin_dep, glib], name_prefix : '',