On Tue, Oct 28, 2014 at 9:43 AM, Luca Barbato <[email protected]> wrote: > xcb-utils are not needed anymore. > --- > > Thanks to Anton for noticing. > > configure | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configure b/configure > index 184d00c..766f9c2 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
Sure ok. -- Vittorio _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
