From 835293999931db6ac77bcbcc0100394ba25a8e0c Mon Sep 17 00:00:00 2001 From: "U. Artie Eoff" Date: Tue, 13 Aug 2013 08:24:52 -0700 Subject: [PATCH] configure: relax xkbcommon version requirement In corollary to: https://phab.enlightenment.org/D203 Signed-off-by: U. Artie Eoff --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index dad26cc06..6e2b77bb1 100644 --- a/configure.ac +++ b/configure.ac @@ -815,7 +815,7 @@ AC_MSG_CHECKING([whether wayland client support is enabled]) AC_MSG_RESULT([${e_cv_want_wayland_clients}]) if test "x$e_cv_want_wayland_clients" != "xno";then - PKG_CHECK_MODULES([WAYLAND], [wayland-server >= 1.2.0 pixman-1 >= 0.31.1 xkbcommon >= 0.3.1], + PKG_CHECK_MODULES([WAYLAND], [wayland-server >= 1.2.0 pixman-1 >= 0.31.1 xkbcommon >= 0.3.0], [ have_wayland_clients=yes AC_DEFINE_UNQUOTED([HAVE_WAYLAND_CLIENTS],[1],[enable wayland client support])