summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJamey Sharp <jamey@minilop.net>2007-11-06 17:37:07 -0800
committerJamey Sharp <jamey@minilop.net>2007-11-06 17:37:07 -0800
commit888defb748c686f062282e82f740ec59fb07522e (patch)
treec9202bea63c11855572500d497bdc66bdf54b381 /configure.ac
parent7d14b6da242f760af33a15c169bb0c301f78ac22 (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 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)