From 51ab52498074abd68afc2b91628d7f5220864dc5 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Wed, 7 Aug 2013 07:48:06 +0100 Subject: [PATCH] Require up-to-date wayland-client library for ecore_imf wayland module support. Signed-off-by: Chris Michael --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5311c40e4a..0d4f96bbf7 100644 --- a/configure.ac +++ b/configure.ac @@ -2888,7 +2888,7 @@ EFL_ADD_FEATURE([ECORE_IMF], [xim]) # wayland if test "x${want_ecore_imf_wayland}" = "xyes" ; then PKG_CHECK_MODULES([WAYLAND], - [wayland-client], + [wayland-client >= 1.2.0], [ have_ecore_imf_wayland="yes" AC_DEFINE([BUILD_ECORE_IMF_WAYLAND], [1], [Ecore Imf Wayland Support])