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
commit0854c543a8f4b846cef6a2396fa2f8b2ef96aecd (patch)
tree80067145ee1344cf2929eb8694029ebb36a19f25
parent3fbc54e3e8ffe1f6e05791f8f4fff68b6350f1c5 (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