Lines Matching defs:xcb
3 AC_INIT([xcb-util],0.3.6,[xcb@lists.freedesktop.org])
45 dnl Checking whether ssize_t is defined (xcb-util-common.h)
48 xcbincludedir='${includedir}/xcb'
54 PKG_CHECK_MODULES(XCB, xcb >= 1.4)
57 # Check version of xcb-proto that xcb was compiled against
64 AC_MSG_CHECKING([whether libxcb was compiled against xcb-proto >= $xcbproto_required])
65 xcbproto_version=`$PKG_CONFIG --variable=xcbproto_version xcb`
70 AC_MSG_ERROR([libxcb was compiled against xcb-proto $xcbproto_version; it needs to be compiled against version $xcbproto_required or higher])
74 PKG_CHECK_MODULES(XCB_SHM, xcb-shm)
75 PKG_CHECK_MODULES(XCB_RENDER, xcb-render)
100 aux/Makefile aux/xcb-aux.pc
101 reply/Makefile reply/xcb-reply.pc
102 image/Makefile image/xcb-image.pc
103 atom/Makefile atom/xcb-atom.pc
104 event/Makefile event/xcb-event.pc
105 keysyms/Makefile keysyms/xcb-keysyms.pc
106 property/Makefile property/xcb-property.pc
107 icccm/Makefile icccm/xcb-icccm.pc
108 renderutil/Makefile renderutil/xcb-renderutil.pc