diff options
author | Carlos Garnacho <carlosg@gnome.org> | 2018-12-07 23:02:45 +0100 |
---|---|---|
committer | Carlos Garnacho <carlosg@gnome.org> | 2018-12-11 14:30:32 +0100 |
commit | 73fb133687ac8dc330e7998cd55a19a994e1f351 (patch) | |
tree | 8550ad5c6ce6337035f53babb67bf06d7d552940 | |
parent | a05314a87611c272130bd53ccf22a954cc74667e (diff) | |
download | gsettings-desktop-schemas-73fb133687ac8dc330e7998cd55a19a994e1f351.tar.gz |
build: Install GConf convert scripts through meson
-rw-r--r-- | schemas/meson.build | 6 |
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'), +) |