summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2019-01-01 02:21:41 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2019-01-01 02:21:41 +0100
commit6949038ab426daf488765da0225a42abf92530e3 (patch)
tree4dbd02fb062ab9ee788aeb1e97da8e7c0a06be58
parent51b74a82c9e2517a4786be84cefba5960f7ecb99 (diff)
downloadgobject-introspection-6949038ab426daf488765da0225a42abf92530e3.tar.gz
tests: add the utility dep to the right target
I added it to the wrong one in d2bd6390ed8, oops..
-rw-r--r--tests/scanner/meson.build4
1 files 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,