From 8510f542e5474b719f7d7edba7ef0cc05af0271e Mon Sep 17 00:00:00 2001 From: Alexander Volkov Date: Wed, 7 Feb 2018 14:08:50 +0300 Subject: [PATCH] Xephyr: Require xcb-shm version 1.9.3 or newer It's needed for FD-passing. Signed-off-by: Alexander Volkov Reviewed-by: Adam Jackson --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 98b8ea2ed..9e498e662 100644 --- a/configure.ac +++ b/configure.ac @@ -2305,7 +2305,7 @@ XEPHYR_INCS= AM_CONDITIONAL(KDRIVE, [test x$KDRIVE = xyes]) if test "$KDRIVE" = yes; then - XEPHYR_REQUIRED_LIBS="xau xdmcp xcb xcb-shape xcb-render xcb-renderutil xcb-aux xcb-image xcb-icccm xcb-shm >= 1.9 xcb-keysyms xcb-randr xcb-xkb" + XEPHYR_REQUIRED_LIBS="xau xdmcp xcb xcb-shape xcb-render xcb-renderutil xcb-aux xcb-image xcb-icccm xcb-shm >= 1.9.3 xcb-keysyms xcb-randr xcb-xkb" if test "x$XV" = xyes; then XEPHYR_REQUIRED_LIBS="$XEPHYR_REQUIRED_LIBS xcb-xv" fi