From 73fb133687ac8dc330e7998cd55a19a994e1f351 Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Fri, 7 Dec 2018 23:02:45 +0100 Subject: build: Install GConf convert scripts through meson --- schemas/meson.build | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'schemas') 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'), +) -- cgit v1.2.1