mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-16 11:58:13 +02:00
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:
parent
179669fa7c
commit
77312171b9
1 changed files with 1 additions and 0 deletions
|
|
@ -109,6 +109,7 @@ libdbus_testutils = static_library('dbus-testutils',
|
|||
],
|
||||
dependencies: [
|
||||
glib,
|
||||
gio,
|
||||
dbus_dependencies,
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue