|
|
@@ -29,14 +29,13 @@ if appstream_util.found() and get_option('validate_appdata')
|
|
|
)
|
|
|
endif
|
|
|
|
|
|
-install_data('net.bloerg.Iridium.gschema.xml',
|
|
|
- install_dir: join_paths(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,
|
|
|
args: ['--strict', '--dry-run', meson.current_source_dir()]
|
|
|
)
|
|
|
-
|
|
|
endif
|
|
|
+
|
|
|
+install_data('net.bloerg.Iridium.gschema.xml',
|
|
|
+ install_dir: join_paths(get_option('datadir'), 'glib-2.0/schemas')
|
|
|
+)
|