common/build-style/meson.sh: set auto-features to auto.

This allows the build system to detect itself whether it should use
certain features, instead of defaulting to (potentially bad) enabled
status.

Features that aren't detected properly, be it because false positives or
negatives, should be explicitly called out in the templates.
This commit is contained in:
Érico Rolim 2020-10-14 19:03:31 -03:00 committed by Érico Nogueira Rolim
parent b81b55abc6
commit 5af961ece2

View file

@ -107,7 +107,7 @@ do_configure() {
--localstatedir=/var \
--sharedstatedir=/var/lib \
--buildtype=plain \
--auto-features=enabled \
--auto-features=auto \
--wrap-mode=nodownload \
-Db_lto=true -Db_ndebug=true \
-Db_staticpic=true \