Commit a9179b5b authored by Luca Barbato's avatar Luca Barbato Committed by Vittorio Giovara

configure: Check only for xcb

xcb-utils are not needed anymore.
parent 4ad1eba0
......@@ -4281,7 +4281,7 @@ fi
check_lib X11/Xlib.h XOpenDisplay -lX11 && enable xlib
if enabled libxcb || enabled x11grab && ! disabled libxcb; then
check_pkg_config xcb-event xcb/xcb.h xcb_connect || {
check_pkg_config xcb xcb/xcb.h xcb_connect || {
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