meson: deprecated 'true' and 'false' in combo options for 'enabled' and 'disabled'
authorDylan Baker <dylan.c.baker@intel.com>
Tue, 19 May 2020 21:01:47 +0000 (14:01 -0700)
committerMarge Bot <eric+marge@anholt.net>
Mon, 1 Jun 2020 18:59:18 +0000 (18:59 +0000)
commit138c003d22739b0d1e6860ed398dd511a44cde04
treed5c0c4d31282d0166cd05bbc6687174daccdd3ad
parenta63e5cbe489f78bc07632291cd276dbd94a3066d
meson: deprecated 'true' and 'false' in combo options for 'enabled' and 'disabled'

To prepare to use meson's builtin feature options in the future, which
are more powerful and provide useful feature for packagers, like the
ability to turn all "automagic" features off, and then explicitly turn
on the ones they want.

This is designed to make the transition softer, since the 'true' and
'false' are still accepted, just with a warning.

Acked-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4740>
.gitlab-ci.yml
meson.build
meson_options.txt