Przeglądaj źródła

meson: re-organize a bit

Matthias Vogelgesang 7 lat temu
rodzic
commit
976d2714f6
1 zmienionych plików z 4 dodań i 5 usunięć
  1. 4 5
      data/meson.build

+ 4 - 5
data/meson.build

@@ -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')
+)