summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDylan Baker <dylan.c.baker@intel.com>2020-11-19 16:14:54 -0800
committerMarge Bot <eric+marge@anholt.net>2020-11-23 17:31:55 +0000
commita5227465c13ae74651a932a82aeae65683f4a063 (patch)
tree75b2214014a0987bf7b2d80856fc2474c671b288 /meson_options.txt
parent7ca4a478ad307e3e706e86b2786929a6a3b7dff8 (diff)
meson: use a feature option for microsoft-clc
It's less code and makes the configuration easier to fine tune. Fixes: ff05da7f8dc4aa531704d48f718514e3b1fff45d ("microsoft: Add CLC frontend and kernel/compute support to DXIL converter") Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Reviewed-by: Eric Engestrom <eric@engestrom.ch> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7699>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt
index bae9aa82c2d..2f40a3dca24 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -268,9 +268,8 @@ option(
)
option(
'microsoft-clc',
- type : 'combo',
+ type : 'feature',
value : 'auto',
- choices : ['auto', 'true', 'false'],
description : 'Build support for the Microsoft CLC to DXIL compiler'
)
option(