blob: cab7639772ef807570ba292cd6883b48eb65375c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
diff --git a/data/meson.build b/data/meson.build
index efac217..d08796a 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -41,12 +41,12 @@ pithos_appstream = i18n.merge_file(
pithos_settings = gnome.compile_schemas()
-appstream_util = find_program('appstream-util', required: false)
-if appstream_util.found()
- test('Validate appstream file', appstream_util,
- args: ['validate', pithos_appstream]
- )
-endif
+#appstream_util = find_program('appstream-util', required: false)
+#if appstream_util.found()
+# test('Validate appstream file', appstream_util,
+# args: ['validate', pithos_appstream]
+# )
+#endif
desktop_utils = find_program('desktop-file-validate', required: false)
if desktop_utils.found()
|