[PATCH] configure.ac: bump GL requirements
Dave Airlie
airlied at gmail.com
Thu Jan 26 07:44:58 PST 2012
From: Dave Airlie <airlied at redhat.com>
Once Ian's GLX changes are commited for GL3.0 support, then we
need to bump the minimum requirements for glproto and gl (from Mesa).
Signed-off-by: Dave Airlie <airlied at redhat.com>
---
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index b0bb9bb..64a8420 100644
--- a/configure.ac
+++ b/configure.ac
@@ -765,7 +765,7 @@ DRI2PROTO="dri2proto >= 2.6"
XINERAMAPROTO="xineramaproto"
BIGFONTPROTO="xf86bigfontproto >= 1.2.0"
DGAPROTO="xf86dgaproto >= 2.0.99.1"
-GLPROTO="glproto >= 1.4.14"
+GLPROTO="glproto >= 1.4.15"
DMXPROTO="dmxproto >= 2.2.99.1"
VIDMODEPROTO="xf86vidmodeproto >= 2.2.99.1"
WINDOWSWMPROTO="windowswmproto"
@@ -790,7 +790,7 @@ LIBAPPLEWM="applewm >= 1.4"
LIBDMX="dmx >= 1.0.99.1"
LIBDRI="dri >= 7.8.0"
LIBDRM="libdrm >= 2.3.0"
-LIBGL="gl >= 7.1.0"
+LIBGL="gl >= 8.0.0"
LIBXEXT="xext >= 1.0.99.4"
LIBXFONT="xfont >= 1.4.2"
LIBXI="xi >= 1.2.99.1"
--
1.7.6
More information about the xorg-devel
mailing list