gio/tests/meson: Make desktop-app-info depend on gio-launch-desktop

We actually use it to launch applications so it has to be built at test
time
This commit is contained in:
Marco Trevisan (Treviño) 2022-10-24 22:15:11 +02:00
parent cbf17c9422
commit 359c705fc6

View File

@ -259,6 +259,7 @@ if host_machine.system() != 'windows'
},
'desktop-app-info' : {
'install' : false,
'depends' : gio_launch_desktop,
},
}
endif