From 77312171b99313e29bde52c17ecc351129931965 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 24 Jun 2022 18:14:21 +0100 Subject: [PATCH] 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 --- test/meson.build | 1 + 1 file changed, 1 insertion(+) 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, ], )