pidgin/plugins/notify/meson.build

changeset 41718
785c4056ce54
parent 41665
149e5ba1e807
child 41825
a1b935298710
--- 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())

mercurial