summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Fontaine <arnau@debian.org>2009-07-15 16:23:41 +0100
committerArnaud Fontaine <arnau@debian.org>2009-08-03 17:05:20 +0200
commitf229b85f3e9b2ad80457df8f267e875991a70b14 (patch)
tree1b8d6330f4faecbc9dda9df6e65fe8e04df50403
parent88ffb22024feb4b69a6722358ce3468f9e80e889 (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.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 714b617..61811a6 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