Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2015-01-03 11:52:32 +0300
committerClément Bœsch <u@pkh.me>2015-01-03 11:56:53 +0300
commitcc5f5e140cdcc96a9a0574d4587b176adfb4a6ac (patch)
tree6cd9be4f735ab423e9bc1bce61852ac68779023a /configure
parent38c1bffd80c106ec42938178ad3e71e58eef3b09 (diff)
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 55b941b3b5..9be1b3e26a 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