summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorSil Vilerino <sivileri@microsoft.com>2022-05-23 07:10:36 -0700
committerMarge Bot <emma+marge@anholt.net>2022-05-24 16:36:31 +0000
commite5ddd8ad941d224f4abf64403e0bb8762950b9a2 (patch)
tree3be321b1e380e6a052e137316562e2551b305a84 /meson_options.txt
parent4a9e068a6e1336e5c85569df5d051ad0aa0f4098 (diff)
meson: Add build option for gallium-d3d12-video feature
Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/6511 Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16597>
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 83b5ea941be..b223bbc798d 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -536,3 +536,9 @@ option(
],
description : 'List of patent encumbered codecs to build support for. Distros might want to consult their legal department before enabling these. This is used for all video APIs (vaapi, vdpau, vulkan). Non-patent encumbered codecs will be enabled by default.'
)
+option(
+ 'gallium-d3d12-video',
+ type : 'feature',
+ value : 'auto',
+ description : 'build gallium d3d12 with video support.',
+)