summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index b5e51de5a14..fa6a9809e11 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -143,6 +143,12 @@ option(
description : 'build gallium "nine" Direct3D 9.x frontend.',
)
option(
+ 'gallium-d3d10umd',
+ type : 'boolean',
+ value : false,
+ description : 'build gallium D3D10 WDDM UMD frontend.',
+)
+option(
'gallium-opencl',
type : 'combo',
choices : ['icd', 'standalone', 'disabled'],