[gnome-chess/mcatanzaro/ci] Add test dependencies to attempt to fix CI




commit 8768d1182d6169fa80dca9e72bf4607ffb41e6ad
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Wed Apr 21 16:03:30 2021 -0500

    Add test dependencies to attempt to fix CI
    
    See: gnome-build-meta#372

 data/meson.build | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/data/meson.build b/data/meson.build
index 06d3dcf..a82f91d 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -27,6 +27,9 @@ if desktop_file_validate.found()
     desktop_file_validate,
     args: [
       desktop_file.full_path()
+    ],
+    dependencies: [
+      desktop_file
     ]
   )
 endif
@@ -58,7 +61,10 @@ if appstream_util.found()
     'validate-appdata', appstream_util,
     args: [
       'validate-relax', '--nonet', appdata_file.full_path()
-    ]
+    ],
+    dependencies: [
+      appdata_file
+    ],
   )
 endif
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]