gio/tests/meson: Add dbus-launch as dependency of gdbus-address-get-session

This commit is contained in:
Marco Trevisan (Treviño) 2022-10-25 17:25:09 +02:00
parent fd2b4e4ca4
commit ff195b6e0d

View File

@ -123,6 +123,7 @@ gio_tests = {
'tls-bindings' : {'extra_sources' : ['gtesttlsbackend.c']}, 'tls-bindings' : {'extra_sources' : ['gtesttlsbackend.c']},
'unix-fd' : {}, 'unix-fd' : {},
'gdbus-address-get-session' : { 'gdbus-address-get-session' : {
'extra_programs': host_system != 'windows' ? ['dbus-launch'] : [],
# FIXME: https://gitlab.gnome.org/GNOME/glib/-/issues/1392 # FIXME: https://gitlab.gnome.org/GNOME/glib/-/issues/1392
'can_fail' : host_system == 'darwin', 'can_fail' : host_system == 'darwin',
}, },