Quoting Emil Velikov (2018-02-23 11:32:01) > 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
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 <[email protected]>
signature.asc
Description: signature
_______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
