summaryrefslogtreecommitdiff
path: root/games-kids/gmult/files/gmult-10.0-meson-0.62.patch
blob: a3b12300e29249a916ca0753275ac6880e82ef0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
New meson is more picky about using exe in test() that wasn't found.
https://bugs.gentoo.org/843866
--- a/data/meson.build
+++ b/data/meson.build
@@ -41,9 +41,11 @@
 )
 
-test(
-    'validate-appstream',
-    appstream_util,
-    args: ['--nonet', 'validate-relax', gmult_appdata],
-)
+if appstream_util.found()
+    test(
+        'validate-appstream',
+        appstream_util,
+        args: ['--nonet', 'validate-relax', gmult_appdata],
+    )
+endif
 
 resources = gnome.compile_resources(