summaryrefslogtreecommitdiffstats
path: root/extensions/47/vertical-workspaces/schemas/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/47/vertical-workspaces/schemas/meson.build')
-rw-r--r--extensions/47/vertical-workspaces/schemas/meson.build6
1 files changed, 6 insertions, 0 deletions
diff --git a/extensions/47/vertical-workspaces/schemas/meson.build b/extensions/47/vertical-workspaces/schemas/meson.build
new file mode 100644
index 0000000..ae9efc2
--- /dev/null
+++ b/extensions/47/vertical-workspaces/schemas/meson.build
@@ -0,0 +1,6 @@
+schema = rdnn + '.gschema.xml'
+schema_dir = datadir / 'glib-2.0' / 'schemas'
+
+install_data(schema, install_dir : schema_dir)
+
+gnome.post_install(glib_compile_schemas : true)