Mesa (master): meson: recommend building the surfaceless platform

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Aug 8 12:47:23 UTC 2018


Module: Mesa
Branch: master
Commit: 4f2b73d9fd0026aab2d9f5164af0d8f35eb57fa2
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4f2b73d9fd0026aab2d9f5164af0d8f35eb57fa2

Author: Emil Velikov <emil.velikov at collabora.com>
Date:   Fri Feb 23 19:32:01 2018 +0000

meson: recommend building the surfaceless platform

It has no special requirements, size and build-time is effectively zero.

v2: Rebase

Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
Acked-by: Dylan Baker <dylan at pnwbakers.com>
Reviewed-by: Adam Jackson <ajax at redhat.com>

---

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index 661cbba9b4..334cf96ae7 100644
--- a/meson.build
+++ b/meson.build
@@ -304,7 +304,7 @@ elif _egl == 'true'
   elif not with_shared_glapi
     error('EGL requires shared-glapi')
   elif not with_platforms
-    error('No platforms specified, consider -Dplatforms=drm,x11 at least')
+    error('No platforms specified, consider -Dplatforms=drm,x11,surfaceless at least')
   elif not ['disabled', 'dri'].contains(with_glx)
     error('EGL requires dri, but a GLX is being built without dri')
   endif




More information about the mesa-commit mailing list