diff options
author | Dylan Baker <dylan.c.baker@intel.com> | 2022-12-20 15:17:13 -0800 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2023-01-19 16:29:03 +0000 |
commit | ca615a4f16d3a2e1c5078aee7b83556a4121116a (patch) | |
tree | a0e843b1eaf4ad8bc0e5603dd481afca689cff47 /meson_options.txt | |
parent | 80eb78d7a4ba70e81e32d2a7bd3d6b242da6c7bd (diff) | |
download | mesa-ca615a4f16d3a2e1c5078aee7b83556a4121116a.tar.gz mesa-ca615a4f16d3a2e1c5078aee7b83556a4121116a.tar.bz2 mesa-ca615a4f16d3a2e1c5078aee7b83556a4121116a.zip |
meson: use a feature option for gles1
Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Acked-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20409>
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meson_options.txt b/meson_options.txt index 4bfb4595313..e62461d479f 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -246,9 +246,7 @@ option( ) option( 'gles1', - type : 'combo', - value : 'auto', - choices : ['auto', 'true', 'false', 'enabled', 'disabled'], + type : 'feature', description : 'Build support for OpenGL ES 1.x' ) option( |