blob: ba04ec56e1ccf064ece40d5326a0a2e1cce489be (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- 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,
|