summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2014-10-28 10:43:52 +0100
committerVittorio Giovara <vittorio.giovara@gmail.com>2014-10-28 13:57:32 +0000
commita9179b5bd6f143b4a7ff48bb0d00c8f0a7cafb4b (patch)
treeb10c4972b9c5c4bf4eb30be6b517b123eef1a62e /configure
parent4ad1eba011860224831ce0bb3123f6f55716b68a (diff)
configure: Check only for xcb
xcb-utils are not needed anymore.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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