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:
parent
b81b55abc6
commit
5af961ece2
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue