egl: always compile surfaceless

It has no dependencies and costs virtually nothing to build. There is
no downside to enabling it unconditionally, so let's do just that.

Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3161>
This commit is contained in:
Eric Engestrom
2019-06-25 13:47:04 +01:00
committed by Marge Bot
parent e66e0c0c2d
commit a38e21d668
9 changed files with 20 additions and 44 deletions

View File

@@ -54,7 +54,7 @@ time
used by the main library to decide the native platform.
The available platforms are ``x11``, ``drm``, ``wayland``,
``surfaceless``, ``android``, and ``haiku``. The ``android`` platform
``android``, and ``haiku``. The ``android`` platform
can either be built as a system component, part of AOSP, using
``Android.mk`` files, or cross-compiled using appropriate options.
Unless for special needs, the build system should select the right