Mesa (master): configure: remove egl platforms check

Emil Velikov evelikov at kemper.freedesktop.org
Mon Apr 17 13:34:15 UTC 2017


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

Author: Emil Velikov <emil.velikov at collabora.com>
Date:   Thu Dec  8 19:21:44 2016 +0000

configure: remove egl platforms check

The configure option is used by more than just EGL and with next commit
we'll rename it accordingly. Thus having the check will (and is atm)
incorrect.

Signed-off-by: Emil Velikov <emil.velikov at collabora.com>

---

 configure.ac | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/configure.ac b/configure.ac
index 9c2e8d589b..4b11273146 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2159,10 +2159,6 @@ AC_ARG_WITH([egl-platforms],
         with_egl_platforms=""
     fi])
 
-if test "x$with_egl_platforms" != "x" -a "x$enable_egl" != xyes; then
-    AC_MSG_ERROR([cannot build egl state tracker without EGL library])
-fi
-
 PKG_CHECK_MODULES([WAYLAND_SCANNER], [wayland-scanner],
         WAYLAND_SCANNER=`$PKG_CONFIG --variable=wayland_scanner wayland-scanner`,
         WAYLAND_SCANNER='')




More information about the mesa-commit mailing list