summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Fontaine <arnau@debian.org>2009-12-13 18:31:55 +0100
committerArnaud Fontaine <arnau@debian.org>2009-12-13 18:49:50 +0100
commit57c3e5ce3f01c0f4177686dfc49ebb510be4afcb (patch)
treebc2864847580c9c8ef1b763e7c493c0219a21063
parent3ee72608ea0bfee3f3232aee6c40a3c36c350afc (diff)
icccm: atoms previously defined in xcb_atom are now defined in xproto
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d785502..f2c2dbe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -56,7 +56,7 @@ PKG_CHECK_MODULES(XCB, xcb >= 1.4)
######
# Check version of xcb-proto that xcb was compiled against
######
-xcbproto_required=1.5
+xcbproto_required=1.6
# Moved from AX_COMPARE_VERSION to maintain proper output
AC_PROG_AWK