summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2022-10-25 14:27:58 +0200
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2022-11-01 01:56:27 +0100
commit0525a32c0978c54c6432d4c092735c88d572dc65 (patch)
treeb64489d1d95acfe12b74ac78b6ec9b8703c2aaed
parentcb85b26dd2832cccf532fe133d73bb04ad490d9f (diff)
downloadglib-0525a32c0978c54c6432d4c092735c88d572dc65.tar.gz
gio/tests/meson: Add fake-document-portal as dependency of dbus-appinfo
It uses the portal, but it doesn't depend on it.
-rw-r--r--gio/tests/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/gio/tests/meson.build b/gio/tests/meson.build
index e6b35013c..d91264bc8 100644
--- a/gio/tests/meson.build
+++ b/gio/tests/meson.build
@@ -435,6 +435,7 @@ if host_machine.system() != 'windows'
gio_tests += {
'dbus-appinfo' : {
'extra_sources' : extra_sources,
+ 'extra_programs' : ['fake-document-portal'],
},
}
endif