diff options
-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} \ |