From 65c3a32836f477f23763003112fa77ce321fabe5 Mon Sep 17 00:00:00 2001 From: James Almer Date: Sun, 8 Oct 2017 18:46:21 -0300 Subject: [PATCH] configure: disable libxcb dependent features if libxcb is not enabled Signed-off-by: James Almer --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure b/configure index d5e96e95e1..946124025d 100755 --- a/configure +++ b/configure @@ -6199,7 +6199,8 @@ if enabled libcdio; then die "ERROR: No usable libcdio/cdparanoia found" fi -enabled libxcb && check_pkg_config libxcb "xcb >= 1.4" xcb/xcb.h xcb_connect +enabled libxcb && check_pkg_config libxcb "xcb >= 1.4" xcb/xcb.h xcb_connect || + disable libxcb_shm libxcb_shape libxcb_xfixes if enabled libxcb; then enabled libxcb_shm && check_pkg_config libxcb_shm xcb-shm xcb/shm.h xcb_shm_attach