summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-06-25 15:36:39 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-07-15 16:55:21 +1000
commit1772c991ec6370fcf1bad79b00a87a02c5b484cc (patch)
tree24fd03bbcfa3a7f9ee632593174a27b910ee4293 /configure.ac
parentd1f3bc77a48c8e42771579e3fdf3370b35d3209d (diff)
downloadxorg-lib-libXext-1772c991ec6370fcf1bad79b00a87a02c5b484cc.tar.gz
Move libXext library headers from xextproto to libXext.
All library headers (or parts thereof) from xextproto are moved to include/X11/extensions/. Including build fixes to include and build with the new header locations and names. Requires xextproto 7.0.99.1 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e663848..5ebf523 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,7 +35,7 @@ AC_PROG_CC
XORG_CWARNFLAGS
# Checks for pkg-config packages
-PKG_CHECK_MODULES(XEXT, [xproto >= 7.0.13] [x11 >= 1.1.99.1] [xextproto >= 7.0.5])
+PKG_CHECK_MODULES(XEXT, [xproto >= 7.0.13] [x11 >= 1.1.99.1] [xextproto >= 7.0.99.1])
XEXT_CFLAGS="$CWARNFLAGS $XEXT_CFLAGS"
AC_SUBST(XEXT_CFLAGS)
AC_SUBST(XEXT_LIBS)