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
commit41f75ae7334e5e433fce11681fd08bd702b76e81 (patch)
treea48d51ddb91007d2f23078fcc6c6b8a4be8937d5
parentbc7aa74f0060835077afb4f5e80835495e05c3d7 (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