diff options
author | Dylan Baker <dylan.c.baker@intel.com> | 2022-12-20 15:07:14 -0800 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2023-01-19 16:29:03 +0000 |
commit | b200d547dcd21df11a1c3dbbf446700863532a27 (patch) | |
tree | 798f42ac3fc0d8414bd944e698beec3df35a404e /meson_options.txt | |
parent | 6f66b89ac3676bcdaad0da3b9af8aae0ef6b826a (diff) | |
download | mesa-b200d547dcd21df11a1c3dbbf446700863532a27.tar.gz mesa-b200d547dcd21df11a1c3dbbf446700863532a27.tar.bz2 mesa-b200d547dcd21df11a1c3dbbf446700863532a27.zip |
meson: use a feature option for gallium-xa
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 74713614821..8976c0d70e5 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -120,9 +120,7 @@ option( ) option( 'gallium-xa', - type : 'combo', - value : 'auto', - choices : ['auto', 'true', 'false', 'enabled', 'disabled'], + type : 'feature', description : 'enable gallium xa frontend.', ) option( |