[gobject-introspection] tests: add the utility dep to the right target



commit 6949038ab426daf488765da0225a42abf92530e3
Author: Christoph Reiter <reiter christoph gmail com>
Date:   Tue Jan 1 02:21:41 2019 +0100

    tests: add the utility dep to the right target
    
    I added it to the wrong one in d2bd6390ed8, oops..

 tests/scanner/meson.build | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/scanner/meson.build b/tests/scanner/meson.build
index 0d9cc85e..a01b46eb 100644
--- a/tests/scanner/meson.build
+++ b/tests/scanner/meson.build
@@ -211,7 +211,7 @@ if glib_dep.type_name() == 'pkgconfig'
   test_girs += custom_target('gir-gtkfrob',
     input: ['gtkfrob.c', 'gtkfrob.h'],
     output: 'GtkFrob-1.0.gir',
-    depends: [gtkfrob_lib] + typelibs + [utility_gir],
+    depends: [gtkfrob_lib] + typelibs,
     command: [
       python,
       girscanner,
@@ -329,7 +329,7 @@ if glib_dep.type_name() == 'pkgconfig'
     input: ['regress.c', 'regress.h', 'annotation.c', 'annotation.h',
             'foo.c', 'foo.h', 'drawable.c', 'drawable.h'],
     output: 'Regress-1.0.gir',
-    depends: [regress_lib] + typelibs,
+    depends: [regress_lib] + typelibs + [utility_gir],
     command: [
       python,
       girscanner,


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