summaryrefslogtreecommitdiff
path: root/test/meson.build
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-06-24 18:14:21 +0100
committerSimon McVittie <smcv@collabora.com>2022-07-13 20:36:13 +0100
commit77312171b99313e29bde52c17ecc351129931965 (patch)
treedadf974ac4c469f0280d7423b3d6b15deb072737 /test/meson.build
parent179669fa7c7647b6810a6a0d25f1726c6de4c953 (diff)
downloaddbus-77312171b99313e29bde52c17ecc351129931965.tar.gz
test: libdbus-testutils depends on GIO, not just GLib
This matters when we build against GLib as a Meson subproject. Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'test/meson.build')
-rw-r--r--test/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/meson.build b/test/meson.build
index 6546f702..52c5961c 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -109,6 +109,7 @@ libdbus_testutils = static_library('dbus-testutils',
],
dependencies: [
glib,
+ gio,
dbus_dependencies,
],
)