--- a/meson.build 2018-06-03 14:25:06.173435156 -0400 +++ b/meson.build 2018-06-03 14:29:20.939314622 -0400 @@ -292,7 +292,7 @@ error('EGL requires dri') elif not with_shared_glapi error('EGL requires shared-glapi') - elif with_platforms + elif not with_platforms error('No platforms specified, consider -Dplatforms=drm,x11 at least') elif not ['disabled', 'dri'].contains(with_glx) error('EGL requires dri, but a GLX is being built without dri')