summaryrefslogtreecommitdiff
path: root/gio/tests/meson.build
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2022-10-31 16:56:23 +0100
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2022-12-12 15:58:13 +0100
commite41e3dc60115e81e0e78a6150dabbef1638e72ac (patch)
tree754eb27ce18ac1bfc043adadcd235235c20dd207 /gio/tests/meson.build
parent7bac92a2bba6776586f7605f82c55fa17c679f0b (diff)
downloadglib-e41e3dc60115e81e0e78a6150dabbef1638e72ac.tar.gz
gdesktopappinfo: Take in account the desktop Path to find executables
Desktop files can provide the executable working path and that can be used to pick the file to launch. So take it in account.
Diffstat (limited to 'gio/tests/meson.build')
-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 11acad460..ea685da0f 100644
--- a/gio/tests/meson.build
+++ b/gio/tests/meson.build
@@ -628,6 +628,7 @@ endif
appinfo_test_desktop_files = [
'appinfo-test-gnome',
'appinfo-test-notgnome',
+ 'appinfo-test-path',
'appinfo-test',
'appinfo-test2',
]