X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=meson_options.txt;h=8dc9bb161ba851265ed3d78ecbcb53162df408b8;hb=5a785d51a6d68ec676cea6220f75bad95a3221dc;hp=bcd63cc374f802bf79594f2c8dc849944df6edcd;hpb=5e71efef44b992b5d70bbc1872ff230ae211141d;p=mesa.git diff --git a/meson_options.txt b/meson_options.txt index bcd63cc374f..8dc9bb161ba 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -49,18 +49,64 @@ option( value : 'auto', description : 'comma separated list of gallium drivers to build. If this is set to auto all drivers applicable to the target OS/architecture will be built' ) -option( - 'gallium-media', - type : 'string', - value : '', - 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( + '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( + '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( + 'gallium-omx', + type : 'combo', + value : 'auto', + choices : ['auto', 'true', 'false'], + description : 'enable gallium omx bellagio state tracker.', +) +option( + 'omx-libs-path', + type : 'string', + value : '', + description : 'path to put omx libraries. defaults to omx-bellagio pkg-config pluginsdir.' +) +option( + 'gallium-va', + type : 'combo', + value : 'auto', + choices : ['auto', 'true', 'false'], + description : 'enable gallium va state tracker.', +) +option( + 'va-libs-path', + type : 'string', + value : '', + description : 'path to put va libraries. defaults to $libdir/dri.' +) option( 'vulkan-drivers', type : 'string',