diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2014-11-25 23:38:17 +0100 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2015-02-15 18:20:54 +0100 |
commit | c23ccaf98827cffa651cec3bfa5e57457dfc9dff (patch) | |
tree | d27171bc9d41d1c23d69a627cbce378f69abd0c2 /configure | |
parent | e21d85309943a51b7808f5e01dd258b262e09148 (diff) | |
download | ffmpeg-c23ccaf98827cffa651cec3bfa5e57457dfc9dff.tar.gz |
xcbgrab: Check for xcb-shape
It is required.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4297,7 +4297,7 @@ fi check_lib X11/Xlib.h XOpenDisplay -lX11 && enable xlib if enabled libxcb || enabled x11grab && ! disabled libxcb; then - check_pkg_config xcb xcb/xcb.h xcb_connect || { + check_pkg_config xcb-shape xcb/shape.h xcb_shape_rectangles || { enabled libxcb && die "ERROR: libxcb not found"; } && disable x11grab && enable libxcb |