mesonbuild/meson
View on GitHubMissing dependencies are included in valac arguments
Open
#1484 opened on Mar 20, 2017
dependencieshelp wantedlanguage:vala
Description
This is an issue with gio-unix-2.0 and gio-windows-2.0 since only one is available on each platform and when including both in dependencies, it break both.
The current solution is to conditionally construct a dependency array, but that's not really convenient.