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>
This commit is contained in:
Simon McVittie 2022-06-24 18:14:21 +01:00
parent 179669fa7c
commit 77312171b9

View file

@ -109,6 +109,7 @@ libdbus_testutils = static_library('dbus-testutils',
],
dependencies: [
glib,
gio,
dbus_dependencies,
],
)