Quoting Alyssa Ross (2019-07-18 07:15:13)
> A build with svga or virgl, but without DRI or Vulkan, still requires
> libdrm, but this wasn't caught by meson.
> ---
>  meson.build | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meson.build b/meson.build
> index 13b561f99de..52dd5be25e7 100644
> --- a/meson.build
> +++ b/meson.build
> @@ -1185,7 +1185,7 @@ endforeach
>  with_gallium_drisw_kms = false
>  dep_libdrm = dependency(
>    'libdrm', version : '>=' + _drm_ver,
> -  required : with_dri2 or with_dri3
> +  required : with_dri2 or with_dri3 or with_gallium_freedreno or 
> with_gallium_svga or with_gallium_virgl
>  )
>  if dep_libdrm.found()
>    pre_args += '-DHAVE_LIBDRM'
> -- 
> 2.22.0
> 

for this patch:
Reviewed-by: Dylan Baker <[email protected]>

Attachment: signature.asc
Description: signature

_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to