[Xcb-commit] configure.ac

Jamey Sharp jamey at kemper.freedesktop.org
Tue Nov 6 17:37:11 PST 2007


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 888defb748c686f062282e82f740ec59fb07522e
Author: Jamey Sharp <jamey at minilop.net>
Date:   Tue Nov 6 17:37:07 2007 -0800

    All util libraries require the XCB 1.0 API; check for it in configure.

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)
 


More information about the xcb-commit mailing list