diff options
author | Dylan Baker <[email protected]> | 2017-10-30 14:32:30 -0700 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2017-12-04 14:36:48 -0800 |
commit | 22a817af8a89eb3c762fc3e07b443a3ce37d7416 (patch) | |
tree | 4295cd8d4e4abe6731ec27fc17f18ee572b8d32f /meson_options.txt | |
parent | 68076b87474e7959c161f3dad3672c9322a2c96f (diff) |
meson: build gallium xvmc 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 55dfa4600ce..63fa9232ea1 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -69,6 +69,19 @@ option( description : 'path to put vdpau libraries. defaults to $libdir/vdpau.' ) option( + 'gallium-xvmc', + type : 'combo', + value : 'auto', + choices : ['auto', 'true', 'false'], + description : 'enable gallium xvmc state tracker.', +) +option( + 'xvmc-libs-path', + type : 'string', + value : '', + description : 'path to put xvmc libraries. defaults to $libdir.' +) +option( 'vulkan-drivers', type : 'string', value : 'auto', |