diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-03-30 08:25:19 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-03-30 09:02:25 +0200 |
commit | c7736ca03ae6157366baa5a926fe9305a1718e5b (patch) | |
tree | 072f481d3c14df1a56407a86231952c6c80cc2f1 /recipes/efl1/ecore_svn.bb | |
parent | 760b51349118c2aa2958c04d5a779bed4cd74b26 (diff) |
ecore: enable XIM for dead keys support from illume keyboards
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/efl1/ecore_svn.bb')
-rw-r--r-- | 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 83b424fedb..fc3d125754 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} \ |