X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=meson_options.txt;h=a0cf4abca9282cb34823b701711faa5c7c190e37;hb=da660c90bf94527c3d54a9a59e7f7df935480479;hp=ae0e7cc1d71e44b312f8403f2b0f6c90e77e60ed;hpb=d488d0fd7baff77204dbd3fd0d625b5974728534;p=mesa.git diff --git a/meson_options.txt b/meson_options.txt index ae0e7cc1d71..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(