Fix glib schemas
1 files changed, 1 insertions(+), 2 deletions(-) M data/meson.build
M data/meson.build => data/meson.build +1-2
@@ 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)