diff options
author | Dylan Baker <[email protected]> | 2017-11-28 16:31:06 -0800 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2017-12-01 15:31:43 -0800 |
commit | 7309207432e64678ccde2862040861146e3515d4 (patch) | |
tree | 4188f34105437d62f2c5e6671138bfdac4cdec1e /meson_options.txt | |
parent | a48a6b8a400e6e92961cf7b7b4c287e8e9875f39 (diff) |
meson: Add support for gallium extra hud
Signed-off-by: Dylan Baker <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 6 |
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', |