You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
configure: Check only for xcb
xcb-utils are not needed anymore.
This commit is contained in:
committed by
Vittorio Giovara
parent
4ad1eba011
commit
a9179b5bd6
2
configure
vendored
2
configure
vendored
@@ -4281,7 +4281,7 @@ fi
|
|||||||
check_lib X11/Xlib.h XOpenDisplay -lX11 && enable xlib
|
check_lib X11/Xlib.h XOpenDisplay -lX11 && enable xlib
|
||||||
|
|
||||||
if enabled libxcb || enabled x11grab && ! disabled libxcb; then
|
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";
|
enabled libxcb && die "ERROR: libxcb not found";
|
||||||
} && disable x11grab && enable libxcb
|
} && disable x11grab && enable libxcb
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user