X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=meson_options.txt;h=a0cf4abca9282cb34823b701711faa5c7c190e37;hb=f01a0dc27ad2bb26e627e45b2a87986beb40e8b9;hp=63290eba4150b76e30f5a06da7908db82056e7dc;hpb=e6366f9094326a2841058678174289827f504905;p=mesa.git diff --git a/meson_options.txt b/meson_options.txt index 63290eba415..a0cf4abca92 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -28,6 +28,13 @@ option( ], description : 'window systems to support. If this is set to `auto`, all platforms applicable will be enabled.' ) +option( + 'android-stub', + type : 'boolean', + value : false, + description : 'Build against android-stub', +) + option( 'dri3', type : 'combo', @@ -159,7 +166,7 @@ option( 'vulkan-drivers', type : 'array', value : ['auto'], - choices : ['auto', 'amd', 'freedreno', 'intel'], + choices : ['auto', 'amd', 'freedreno', 'intel', 'swrast'], description : 'List of vulkan drivers to build. If this is set to auto all drivers applicable to the target OS/architecture will be built' ) option( @@ -292,7 +299,7 @@ option( 'build-aco-tests', type : 'boolean', value : false, - description : 'Build ACO tests. These do not require an AMD GPU.' + description : 'Build ACO tests. These require RADV and glslang but not an AMD GPU.' ) option( 'install-intel-gpu-tests',