Commit c23ccaf9 authored by Luca Barbato's avatar Luca Barbato

xcbgrab: Check for xcb-shape

It is required.
parent e21d8530
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment