--- a/pidgin/plugins/transparency/meson.build Sun Sep 25 00:19:58 2022 -0500 +++ b/pidgin/plugins/transparency/meson.build Sun Sep 25 00:40:18 2022 -0500 @@ -4,4 +4,14 @@ name_prefix : '', install : true, install_dir : PIDGIN_PLUGINDIR) +settings_schemas = [ + 'im.pidgin.Pidgin.plugin.Transparency.gschema.xml', +] + +install_data(settings_schemas, install_dir: schemas_dir) +gnome.post_install(glib_compile_schemas: true) + +# Compile the schemas in the current directory; this is only useful for testing +gnome.compile_schemas(depend_files: files(settings_schemas)) + devenv.append('PIDGIN_PLUGIN_PATH', meson.current_build_dir())