]> git.sesse.net Git - ffmpeg/commitdiff
configure: Check only for xcb
authorLuca Barbato <lu_zero@gentoo.org>
Tue, 28 Oct 2014 09:43:52 +0000 (10:43 +0100)
committerVittorio Giovara <vittorio.giovara@gmail.com>
Tue, 28 Oct 2014 13:57:32 +0000 (13:57 +0000)
xcb-utils are not needed anymore.

configure

index 184d00cff7913843eed3e2e273e756d8c4454f24..766f9c2f267c48a087a6605cf0c8944a7b226672 100755 (executable)
--- 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