Lines Matching defs:xcb
52 AC_MSG_CHECKING([whether to use xcb-icccm library])
53 AC_ARG_WITH([xcb-icccm],
54 [AS_HELP_STRING([--with-xcb-icccm],
55 [use xcb-icccm (default: no)])],
60 [Define to 1 to call xcb-icccm library functions instead of local replacements])
61 xcb_icccm_pc='xcb-icccm >= 0.3.8'
65 AC_MSG_CHECKING([whether to use xcb-errors library])
66 AC_ARG_WITH([xcb-errors],
67 [AS_HELP_STRING([--with-xcb-errors],
68 [use xcb-errors (default: no)])],
73 [Define to 1 to call xcb-errors library functions instead of local replacements])
74 xcb_errors_pc='xcb-errors >= 1.0'
78 PKG_CHECK_MODULES(XWININFO, [xcb >= 1.6 xcb-shape ${xcb_icccm_pc} ${xcb_errors_pc}])
80 # Even when using xcb, xproto is still required for Xfuncproto.h