summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2015-01-03 09:52:32 +0100
committerClément Bœsch <u@pkh.me>2015-01-03 09:56:53 +0100
commitcc5f5e140cdcc96a9a0574d4587b176adfb4a6ac (patch)
tree6cd9be4f735ab423e9bc1bce61852ac68779023a /configure
parent38c1bffd80c106ec42938178ad3e71e58eef3b09 (diff)
downloadffmpeg-streaming-cc5f5e140cdcc96a9a0574d4587b176adfb4a6ac.zip
ffmpeg-streaming-cc5f5e140cdcc96a9a0574d4587b176adfb4a6ac.tar.gz
build: require libxcb >= 1.4
Fixes Ticket #4139
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 55b941b..9be1b3e 100755
--- a/configure
+++ b/configure
@@ -5057,8 +5057,8 @@ enabled xlib &&
check_lib X11/Xlib.h XOpenDisplay -lX11 || disable xlib
if ! disabled libxcb; then
- check_pkg_config xcb xcb/xcb.h xcb_connect || {
- enabled libxcb && die "ERROR: libxcb not found";
+ check_pkg_config "xcb >= 1.4" xcb/xcb.h xcb_connect || {
+ enabled libxcb && die "ERROR: libxcb >= 1.4 not found";
} && disable x11grab && enable libxcb
if enabled libxcb; then
OpenPOWER on IntegriCloud