gio/tests/meson: Add fake-document-portal as dependency of dbus-appinfo

It uses the portal, but it doesn't depend on it.
This commit is contained in:
Marco Trevisan (Treviño) 2022-10-25 14:27:58 +02:00
parent cb85b26dd2
commit 0525a32c09

View File

@ -435,6 +435,7 @@ if host_machine.system() != 'windows'
gio_tests += {
'dbus-appinfo' : {
'extra_sources' : extra_sources,
'extra_programs' : ['fake-document-portal'],
},
}
endif