Mesa (main): meson: drop duplicate addition of surfaceless & drm to the list of platforms

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Nov 8 19:01:09 UTC 2021


Module: Mesa
Branch: main
Commit: 9ad375bdcd3189be9672ea42268dec123ffca7fb
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9ad375bdcd3189be9672ea42268dec123ffca7fb

Author: Eric Engestrom <eric at engestrom.ch>
Date:   Sat Oct  9 11:14:55 2021 +0100

meson: drop duplicate addition of surfaceless & drm to the list of platforms

This is already done on lines 475-480, resulting in them appearing twice
in the summary.

Fixes: 47946855f19cc7d082fd ("meson: allow egl_native_platform to be specified")
Signed-off-by: Eric Engestrom <eric at engestrom.ch>
Reviewed-by: Adam Jackson <ajax at redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13278>

---

 meson.build | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/meson.build b/meson.build
index 7de3b694410..32d29000b4f 100644
--- a/meson.build
+++ b/meson.build
@@ -2265,10 +2265,6 @@ if with_egl
   lines += 'EGL drivers:     ' + ' '.join(egl_drivers)
 endif
 if with_egl or with_any_vk
-  _platforms += 'surfaceless'
-  if with_gbm and not with_platform_android
-    _platforms += 'drm'
-  endif
   lines += 'EGL/Vulkan/VL platforms:   ' + ' '.join(_platforms)
 endif
 lines += 'GBM:             ' + (with_gbm ? 'yes' : 'no')



More information about the mesa-commit mailing list