xcbgrab: Check for xcb-shape

It is required.
This commit is contained in:
Luca Barbato 2014-11-25 23:38:17 +01:00
parent e21d853099
commit c23ccaf988
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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