[oe-commits] Martin Jansa : ecore: enable XIM for dead keys support from illume keyboards

git version control git at git.openembedded.org
Tue Mar 30 11:28:55 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: c7736ca03ae6157366baa5a926fe9305a1718e5b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c7736ca03ae6157366baa5a926fe9305a1718e5b

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Tue Mar 30 08:25:19 2010 +0200

ecore: enable XIM for dead keys support from illume keyboards

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/efl1/ecore_svn.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/efl1/ecore_svn.bb b/recipes/efl1/ecore_svn.bb
index 83b424f..fc3d125 100644
--- a/recipes/efl1/ecore_svn.bb
+++ b/recipes/efl1/ecore_svn.bb
@@ -1,5 +1,5 @@
 require ecore.inc
-PR = "r10"
+PR = "r11"
 
 SRC_URI += "\
   file://iconv.patch;patch=1;maxrev=43996 \
@@ -33,6 +33,7 @@ ECORE_OECONF = "\
   --disable-ecore-evas-sdl \
   --disable-openssl \
   --disable-poll \
+  --enable-xim \
 "
 
 EXTRA_OECONF = "${ECORE_OECONF} \





More information about the Openembedded-commits mailing list