pidgin/plugins/gestures/meson.build

changeset 42451
b706b229d5f4
parent 42372
ba3a49903905
child 42468
3ea8d5befbe4
--- a/pidgin/plugins/gestures/meson.build	Mon Oct 30 12:28:23 2023 -0500
+++ b/pidgin/plugins/gestures/meson.build	Mon Oct 30 21:55:21 2023 -0500
@@ -13,4 +13,14 @@
     build_by_default : false,  # FIXME: Port to GTK4
     install : false, install_dir : PIDGIN_PLUGINDIR)
 
+settings_schemas = [
+  'im.pidgin.Pidgin.plugin.Gestures.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