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
commit63d103b0fecf9d174854a6827d29aa447f49981d (patch)
tree3caeaa27b6aa8b8a995e3910632fa4057a3e8dd5
parent81714f3dc155e036461d0c0a2a2de33360c6b795 (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