From a9179b5bd6f143b4a7ff48bb0d00c8f0a7cafb4b Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Tue, 28 Oct 2014 10:43:52 +0100 Subject: configure: Check only for xcb xcb-utils are not needed anymore. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 184d00cff7..766f9c2f26 100755 --- a/configure +++ b/configure @@ -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 -- cgit v1.2.3