summaryrefslogtreecommitdiff
path: root/configure.ac
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:21:13 +0900
commit4409c068bbc3829aaf3798c99c28c235adf55fb2 (patch)
tree9249c8eda6b9f685ebe0055382e76923dd5be8a5 /configure.ac
parent262008ec6020016b4d61228b3c1804dbac6c471d (diff)
All util libraries require the XCB 1.0 API; check for it in configure.
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 f7d7cab..bfb8629 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)
XCB_AUX_CFLAGS='-I$(top_srcdir)/convenient'