Quoting Emil Velikov (2018-02-23 11:32:01)
> From: Emil Velikov <emil.veli...@collabora.com>
> 
> It has no special requirements, size and build-time is effectively zero.
> 
> 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 8cf67b81715..3329eb9f7be 100644
> --- a/meson.build
> +++ b/meson.build
> @@ -315,7 +315,7 @@ elif _egl == 'true'
>    elif not with_shared_glapi
>      error('EGL requires shared-glapi')
>    elif egl_native_platform == ''
> -    error('No platforms specified, consider -Dplatforms=drm,x11 at least')
> +    error('No platforms specified, consider -Dplatforms=drm,x11,surfaceless 
> at least')
>    endif
>    with_egl = true
>  else
> -- 
> 2.16.0

I don't have a strong opinion either way. You're absolutely right that it
basically is free to build, it's also pretty much useless except for ChromeOS
and a few test platforms.

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

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