--- a/pidgin/plugins/notify/meson.build Tue Sep 20 02:09:28 2022 -0500 +++ b/pidgin/plugins/notify/meson.build Tue Sep 20 02:24:00 2022 -0500 @@ -5,4 +5,14 @@ build_by_default: false, install : false, install_dir : PIDGIN_PLUGINDIR) +settings_schemas = [ + 'im.pidgin.Pidgin.plugin.Notify.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())