diff --git a/gio/tests/meson.build b/gio/tests/meson.build index 3f6d6f792..be23bc525 100644 --- a/gio/tests/meson.build +++ b/gio/tests/meson.build @@ -123,6 +123,7 @@ gio_tests = { 'tls-bindings' : {'extra_sources' : ['gtesttlsbackend.c']}, 'unix-fd' : {}, 'gdbus-address-get-session' : { + 'extra_programs': host_system != 'windows' ? ['dbus-launch'] : [], # FIXME: https://gitlab.gnome.org/GNOME/glib/-/issues/1392 'can_fail' : host_system == 'darwin', },