diff options
author | Dave Airlie <airlied@linux.ie> | 2007-06-11 11:55:11 +1000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2007-06-11 11:55:11 +1000 |
commit | 67a0a4da1a225ee3bd6bbd1846f8141fe333c884 (patch) | |
tree | 3abbedcc81a432659ce081d198b9075b5517f0b1 | |
parent | c079cce9d884ab03f305b3fba4a4e1247c023480 (diff) |
update xproto dependency to at least 7.0.9
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1f9455646..979615f7d 100644 --- a/configure.ac +++ b/configure.ac @@ -629,7 +629,7 @@ XEXTXORG_LIB='$(top_builddir)/Xext/libXextbuiltin.la' PIXMAN="[pixman >= 0.9.0]" dnl Core modules for most extensions, et al. -REQUIRED_MODULES="[randrproto >= 1.2] renderproto [fixesproto >= 4.0] [damageproto >= 1.1] xcmiscproto xextproto xproto xtrans [scrnsaverproto >= 1.1] bigreqsproto resourceproto fontsproto [inputproto >= 1.4.2] [kbproto >= 1.0.3]" +REQUIRED_MODULES="[randrproto >= 1.2] renderproto [fixesproto >= 4.0] [damageproto >= 1.1] xcmiscproto xextproto [xproto >= 7.0.9] xtrans [scrnsaverproto >= 1.1] bigreqsproto resourceproto fontsproto [inputproto >= 1.4.2] [kbproto >= 1.0.3]" REQUIRED_LIBS="xfont xau fontenc $PIXMAN" if test "x$DBUS" = xauto; then |