From c23ccaf98827cffa651cec3bfa5e57457dfc9dff Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Tue, 25 Nov 2014 23:38:17 +0100 Subject: xcbgrab: Check for xcb-shape It is required. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 149af6ffd8..056f0f29d5 100755 --- a/configure +++ b/configure @@ -4297,7 +4297,7 @@ fi check_lib X11/Xlib.h XOpenDisplay -lX11 && enable xlib if enabled libxcb || enabled x11grab && ! disabled libxcb; then - check_pkg_config xcb xcb/xcb.h xcb_connect || { + check_pkg_config xcb-shape xcb/shape.h xcb_shape_rectangles || { enabled libxcb && die "ERROR: libxcb not found"; } && disable x11grab && enable libxcb -- cgit v1.2.3