[Mesa-dev] [PATCH 2/9] meson: recommend building the surfaceless platform
Dylan Baker
dylan at pnwbakers.com
Sat Feb 24 00:41:43 UTC 2018
Quoting Emil Velikov (2018-02-23 11:32:01)
> From: Emil Velikov <emil.velikov at collabora.com>
>
> It has no special requirements, size and build-time is effectively zero.
>
> Signed-off-by: Emil Velikov <emil.velikov at 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 <dylan at pnwbakers.com>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: signature
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20180223/7f21a213/attachment.sig>
More information about the mesa-dev
mailing list