Quoting Emil Velikov (2018-09-07 06:58:03)
> From: Emil Velikov <emil.veli...@collabora.com>
> 
> Seeming copy/paste mistake from configure.ac which uses $2 for the
> component and $3 for the fancy name printing.
> 
> Cc: Dylan Baker <dy...@pnwbakers.com>
> Signed-off-by: Emil Velikov <emil.veli...@collabora.com>
> ---
>  meson.build | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meson.build b/meson.build
> index 0d534b9b4a9..c8015489998 100644
> --- a/meson.build
> +++ b/meson.build
> @@ -1168,7 +1168,7 @@ if with_gallium_opencl
>      'all-targets', 'linker', 'coverage', 'instrumentation', 'ipo', 
> 'irreader',
>      'lto', 'option', 'objcarcopts', 'profiledata',
>    ]
> -  llvm_optional_modules += ['coroutines', 'opencl']
> +  llvm_optional_modules += ['coroutines']
>  endif
>  
>  if with_amd_vk or with_gallium_radeonsi
> -- 
> 2.18.0
> 

Reviewed-by: Dylan Baker <dy...@pnwbakers.com>

You could add a fixes tag to this, but it doesn't really matter since it's
optional and meson will just give you a "not found (optional)" message.

Thanks for spotting this.

Dylan

Attachment: signature.asc
Description: signature

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to