summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorArnaud Fontaine <arnau@debian.org>2009-07-15 16:23:41 +0100
committerArnaud Fontaine <arnau@debian.org>2010-11-14 19:52:37 +0900
commit17cfe28823085af5d7e174e77482e9157bdbe6d9 (patch)
treee833c67cc6d153c82b6ae2cccef37060a8464594 /configure.ac
parent5755a6ea3f5d0b92ddfccd2439d802ea0af70dc8 (diff)
event: update to libxcb 1.4
Remove useless macros to get error information because libxcb 1.4 now provides additional fields (major_opcode, minor_opcode and resource_id) like Xlib.
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 05a744f..1037c9c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -51,7 +51,7 @@ AC_SUBST(xcbincludedir)
pkgconfigdir='${libdir}/pkgconfig'
AC_SUBST(pkgconfigdir)
-PKG_CHECK_MODULES(XCB, xcb >= 1.2)
+PKG_CHECK_MODULES(XCB, xcb >= 1.4)
######
# Check version of xcb-proto that xcb was compiled against