summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2017-11-28 16:31:06 -0800
committerDylan Baker <dylan@pnwbakers.com>2017-12-01 15:31:43 -0800
commit7309207432e64678ccde2862040861146e3515d4 (patch)
tree4188f34105437d62f2c5e6671138bfdac4cdec1e /meson_options.txt
parenta48a6b8a400e6e92961cf7b7b4c287e8e9875f39 (diff)
meson: Add support for gallium extra hud
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
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 44d46fe0b32..fb1b63331ca 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -56,6 +56,12 @@ option(
description : 'comma separated list of gallium media APIs to build (omx,va,vdpau,xvmc).'
)
option(
+ 'gallium-extra-hud',
+ type : 'boolean',
+ value : false,
+ description : 'Enable HUD block/NIC I/O HUD status support',
+)
+option(
'vulkan-drivers',
type : 'string',
value : 'auto',