]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
test: libdbus-testutils depends on GIO, not just GLib
authorSimon McVittie <smcv@collabora.com>
Fri, 24 Jun 2022 17:14:21 +0000 (18:14 +0100)
committerSimon McVittie <smcv@collabora.com>
Wed, 13 Jul 2022 19:36:13 +0000 (20:36 +0100)
This matters when we build against GLib as a Meson subproject.

Signed-off-by: Simon McVittie <smcv@collabora.com>
test/meson.build

index 6546f7021689a9eb9531e9c136bd07cbdaeab5dc..52c5961c3d82f05ed8697b5b66f62c4bbf497c74 100644 (file)
@@ -109,6 +109,7 @@ libdbus_testutils = static_library('dbus-testutils',
     ],
     dependencies: [
         glib,
+        gio,
         dbus_dependencies,
     ],
 )