--- data/meson.build.orig 2023-10-15 09:07:10 UTC +++ data/meson.build @@ -68,6 +68,11 @@ install_data( install_dir: get_option('datadir') / 'glib-2.0' / 'schemas' ) +install_data( + '05_org.gnome.gitlab.neithern.g4music.gschema.override', + install_dir: get_option('datadir') / 'glib-2.0' / 'schemas' +) + compile_schemas = find_program('glib-compile-schemas', required: false) if compile_schemas.found() test('Validate schema file', compile_schemas,