summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorArnaud Fontaine <arnau@debian.org>2009-12-13 18:31:55 +0100
committerArnaud Fontaine <arnau@debian.org>2010-11-14 20:21:48 +0900
commit07a6a434c36536bcd2ada020b8c32219b05b5ef1 (patch)
treebc76434030e1fe504d1a7a38b9003108c9e190e2 /configure.ac
parent1d75926af332c4e827d6ac525cffcd5bd4c76a07 (diff)
icccm: atoms previously defined in xcb_atom are now defined in xproto
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9a676ea..d762913 100644
--- a/configure.ac
+++ b/configure.ac
@@ -56,7 +56,7 @@ PKG_CHECK_MODULES(XCB, xcb >= 1.2)
######
# 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