From 68bba0a8a5a03487def34292c8e3f3a91c65581c Mon Sep 17 00:00:00 2001 From: Martijn Braam Date: Fri, 30 Jul 2021 18:14:28 +0200 Subject: [PATCH] Fix glib schemas --- data/meson.build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/data/meson.build b/data/meson.build index 2f42217..c16f78b 100644 --- a/data/meson.build +++ b/data/meson.build @@ -15,7 +15,6 @@ install_data(['postprocess.sh'], install_mode: 'rwxr-xr-x') settings_schemas = ['org.postmarketos.Megapixels.gschema.xml'] -schemas_dir = get_option('prefix') / get_option('datadir') / 'glib-2.0' / 'schemas' +schemas_dir = get_option('datadir') / 'glib-2.0' / 'schemas' install_data(settings_schemas, install_dir: schemas_dir) gnome.compile_schemas(depend_files: files(settings_schemas)) -meson.add_install_script('glib-compile-schemas', schemas_dir)