diff options
author | Dave Airlie <airlied@redhat.com> | 2012-01-26 15:46:04 +0000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-01-26 15:46:04 +0000 |
commit | ba9cb3f45b2d391d1e140612289c601306f7e129 (patch) | |
tree | 2f1a5843b7f26c18ae94a1d68b528e191471149c | |
parent | 0f1eae97adf532ea1de7c772d9d9f1a0f40246db (diff) |
configure.ac: bump GL requirementsglxpull
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@redhat.com>
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index b0bb9bba7..64a842001 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" |