|
@@ -23,7 +23,7 @@ appstream_file = i18n.merge_file(
|
|
|
)
|
|
)
|
|
|
|
|
|
|
|
appstream_util = find_program('appstream-util', required: false)
|
|
appstream_util = find_program('appstream-util', required: false)
|
|
|
-if appstream_util.found()
|
|
|
|
|
|
|
+if appstream_util.found() and get_option('validate_appdata')
|
|
|
test('Validate appstream file', appstream_util,
|
|
test('Validate appstream file', appstream_util,
|
|
|
args: ['validate', appstream_file]
|
|
args: ['validate', appstream_file]
|
|
|
)
|
|
)
|