summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,