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
commit8f30e7125d410919be6d314c684f1f368892a89e (patch)
tree3dfd042f70d5315766bbcc352dadd921a06156fc
parent9806a1376e27ddd344505fc5a9010bd9a9ca71a8 (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