diff options
author | Dylan Baker <dylan.c.baker@intel.com> | 2022-12-20 15:12:47 -0800 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2023-01-19 16:29:03 +0000 |
commit | 80eb78d7a4ba70e81e32d2a7bd3d6b242da6c7bd (patch) | |
tree | da41b5a453454ad027b3d28ca96080f9aab5aa26 /meson_options.txt | |
parent | 98bd7cdb8c47fc9e10ff85820f95302d1c1b1b51 (diff) | |
download | mesa-80eb78d7a4ba70e81e32d2a7bd3d6b242da6c7bd.tar.gz mesa-80eb78d7a4ba70e81e32d2a7bd3d6b242da6c7bd.tar.bz2 mesa-80eb78d7a4ba70e81e32d2a7bd3d6b242da6c7bd.zip |
meson: use a feature option for shared-glapi
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 9d0f2c9bff6..4bfb4595313 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -241,9 +241,7 @@ option( ) option( 'shared-glapi', - type : 'combo', - value : 'auto', - choices : ['auto', 'true', 'false', 'enabled', 'disabled'], + type : 'feature', description : 'Whether to build a shared or static glapi. Defaults to false on Windows, true elsewhere' ) option( |