mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2026-08-26 14:15:04 +00:00
e95f05452a3f2fa21274453ebcab4c5b62b222e9
At the moment, missing optional dependencies will be silently ignored
when the corresponding configuration flag is 'true', and won't be tested
for when the flag is 'false'.
In the autotools build, this corresponds respectively to
--enable-foo=auto and --disable-foo.
Having a way to get an error when the package is enabled but missing is
quite desirable. f52247384 has some half-baked attempt at that, but this
was supposed to be removed from the series. This causes errors when
processing meson.build, breaking the meson build.
This commit adds 'true'/'false'/'auto' in a proper way.
Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
Acked-by: Frediano Ziglio <fziglio@redhat.com>
Description
No description provided
1.4 MiB
Languages
C
79%
Python
14%
Makefile
2.3%
M4
2%
Meson
1.6%
Other
1.1%