[Mesa-dev] [PATCH] meson: Fix with_intel_vk and with_amd_vk variables
Mike Lothian
mike at fireburn.co.uk
Wed Apr 25 01:49:10 UTC 2018
Can you also add radeon to the amd one? That works on autotools
On Wed, 25 Apr 2018 at 02:16 Jordan Justen <jordan.l.justen at intel.com>
wrote:
> Fixes: 5608d0a2cee "meson: use array type options"
> Cc: Dylan Baker <dylan at pnwbakers.com>
> Signed-off-by: Jordan Justen <jordan.l.justen at intel.com>
> ---
> meson.build | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meson.build b/meson.build
> index 52a1075823f..c0e5c94d794 100644
> --- a/meson.build
> +++ b/meson.build
> @@ -213,8 +213,8 @@ if _vulkan_drivers.contains('auto')
> endif
> endif
> if _vulkan_drivers != ['']
> - with_intel_vk = _drivers.contains('intel')
> - with_amd_vk = _drivers.contains('amd')
> + with_intel_vk = _vulkan_drivers.contains('intel')
> + with_amd_vk = _vulkan_drivers.contains('amd')
> with_any_vk = true
> endif
>
> --
> 2.16.2
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20180425/92df7d9b/attachment.html>
More information about the mesa-dev
mailing list