[Mesa-dev] [RFC 6/7] Revert "build: fix EGL build when no X11 headers are present"
Emil Velikov
emil.l.velikov at gmail.com
Thu Sep 22 08:38:11 UTC 2016
This reverts commit 1a7275de9a0088cedab17131eec82bd2cada26c3.
No longer required/needed as-of last commit.
Conflicts:
configure.ac
---
configure.ac | 7 -------
1 file changed, 7 deletions(-)
diff --git a/configure.ac b/configure.ac
index 0604ad9..d16447f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2083,13 +2083,6 @@ AM_CONDITIONAL(HAVE_EGL_DRIVER_DRI2, test "x$HAVE_EGL_DRIVER_DRI2" != "x")
AC_SUBST([EGL_NATIVE_PLATFORM])
AC_SUBST([EGL_CFLAGS])
-# If we don't have the X11 platform, set this define so we don't try to include
-# the X11 headers.
-if ! echo "$egl_platforms" | grep -q 'x11'; then
- DEFINES="$DEFINES -DMESA_EGL_NO_X11_HEADERS"
- GL_PC_CFLAGS="$GL_PC_CFLAGS -DMESA_EGL_NO_X11_HEADERS"
-fi
-
dnl
dnl Gallium LLVM
dnl
--
2.9.3
More information about the mesa-dev
mailing list