Require up-to-date wayland-client library for ecore_imf wayland module

support.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-08-07 07:48:06 +01:00
parent 8f755af29f
commit 51ab524980
1 changed files with 1 additions and 1 deletions

View File

@ -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])