diff options
author | Dylan Baker <[email protected]> | 2017-10-30 14:04:21 -0700 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2017-12-04 14:36:38 -0800 |
commit | 68076b87474e7959c161f3dad3672c9322a2c96f (patch) | |
tree | 8ff37583edd7242f593cf0a55e0626174a22f7b5 /meson_options.txt | |
parent | 085070a2c8c91c14e5a9f46988989faf19b0a125 (diff) |
meson: build gallium vdpau state tracker
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 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index 4d56c2404f6..55dfa4600ce 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -56,6 +56,19 @@ option( description : 'Enable HUD block/NIC I/O HUD status support', ) option( + 'gallium-vdpau', + type : 'combo', + value : 'auto', + choices : ['auto', 'true', 'false'], + description : 'enable gallium vdpau state tracker.', +) +option( + 'vdpau-libs-path', + type : 'string', + value : '', + description : 'path to put vdpau libraries. defaults to $libdir/vdpau.' +) +option( 'vulkan-drivers', type : 'string', value : 'auto', |