summaryrefslogtreecommitdiff
path: root/schemas
diff options
context:
space:
mode:
Diffstat (limited to 'schemas')
-rw-r--r--schemas/meson.build6
1 files changed, 6 insertions, 0 deletions
diff --git a/schemas/meson.build b/schemas/meson.build
index b8b4e5d..a31e38e 100644
--- a/schemas/meson.build
+++ b/schemas/meson.build
@@ -49,3 +49,9 @@ foreach schema: schemas_in
endforeach
gnome.compile_schemas(build_by_default: true)
+
+install_data(
+ 'gsettings-desktop-schemas.convert',
+ 'wm-schemas.convert',
+ install_dir: join_paths(datadir, 'GConf', 'gsettings'),
+)