Преглед на файлове

meson: re-organize a bit

Matthias Vogelgesang преди 7 години
родител
ревизия
976d2714f6
променени са 1 файла, в които са добавени 4 реда и са изтрити 5 реда
  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')
+)