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>2009-12-13 18:49:50 +0100
commit8cea2f9e3e3ad036c1b1e50b0b591449bfe1efa7 (patch)
tree2d2225e1b0ebe559f9e919ac95ec54ad75190cb0 /configure.ac
parentb4438c430fd4c1de72c4509858beb8e20b3eb6cd (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 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