From: Emil Velikov <[email protected]> It has no special requirements, size and build-time is effectively zero.
Signed-off-by: Emil Velikov <[email protected]> --- 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 _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
