summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJamey Sharp <jamey@minilop.net>2007-11-06 17:37:07 -0800
committerArnaud Fontaine <arnau@debian.org>2010-11-14 20:17:28 +0900
commite211e66f49b323cdef9fe80caac3735d2d4d5c7a (patch)
treed02e9ec8b2a0bd40e5cbc12ab4aa62ee76b78c9c
parent7c9dfe62e031e41a7d3ad6a64e98c8fb19d126f4 (diff)
All util libraries require the XCB 1.0 API; check for it in configure.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index abdb253..33fa866 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,7 @@ AC_SUBST(xcbincludedir)
pkgconfigdir='${libdir}/pkgconfig'
AC_SUBST(pkgconfigdir)
-PKG_CHECK_MODULES(XCB, xcb)
+PKG_CHECK_MODULES(XCB, xcb >= 1.0)
PKG_CHECK_MODULES(XCB_SHM, xcb-shm)
PKG_CHECK_MODULES(XCB_RENDER, xcb-render)