projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f755af
)
Require up-to-date wayland-client library for ecore_imf wayland module
author
Chris Michael
<cp.michael@samsung.com>
Wed, 7 Aug 2013 06:48:06 +0000
(07:48 +0100)
committer
Chris Michael
<cp.michael@samsung.com>
Wed, 7 Aug 2013 06:48:06 +0000
(07:48 +0100)
support.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 5311c40e4a922f31f20f25cdd39262a5fc71d810..0d4f96bbf7185db800f2a41143cde7e686382008 100644
(file)
--- 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])