diff options
author | Yusuke Mitsuki <mickey.happygolucky@gmail.com> | 2017-08-08 09:59:11 +0900 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-08-13 13:20:59 +0200 |
commit | 370e65d3fbdb0a3ef4467d288b5ff0b0f95d66d6 (patch) | |
tree | 5e206fbf496a16612a1e6deb648551a165adf5e0 /meta-oe/recipes-support/uim | |
parent | 2eab3fa619f5004d0b009105b84f0dcb27a9e9f8 (diff) | |
download | meta-openembedded-370e65d3fbdb0a3ef4467d288b5ff0b0f95d66d6.tar.gz |
uim: Added glibc-utils and glibc-gconv-euc-jp to RDEPENDS_uim-anthy
To uim-anthy is working correctly needs register by uim-module-manager.
However 'uim-module-manager --register anthy' is failed.
Because uim-module-manager uses iconv(EUCJP to UTF8) internally.
iconv needs glibc-utils and EUCJP conversion needs glibc-gconv-euc-jp.
Signed-off-by: Yusuke Mitsuki <mickey.happygolucky@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/uim')
-rw-r--r-- | meta-oe/recipes-support/uim/uim_1.8.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/uim/uim_1.8.6.bb b/meta-oe/recipes-support/uim/uim_1.8.6.bb index 23c79c349..a5e5c552c 100644 --- a/meta-oe/recipes-support/uim/uim_1.8.6.bb +++ b/meta-oe/recipes-support/uim/uim_1.8.6.bb | |||
@@ -17,7 +17,7 @@ DEPENDS = "anthy fontconfig libxft libxt glib-2.0 ncurses intltool" | |||
17 | DEPENDS_append_class-target = " intltool-native gtk+ gtk+3 uim-native takao-fonts" | 17 | DEPENDS_append_class-target = " intltool-native gtk+ gtk+3 uim-native takao-fonts" |
18 | 18 | ||
19 | RDEPENDS_uim = "libuim0 libedit" | 19 | RDEPENDS_uim = "libuim0 libedit" |
20 | RDEPENDS_uim-anthy = "takao-fonts anthy libanthy0" | 20 | RDEPENDS_uim-anthy = "takao-fonts anthy libanthy0 glibc-utils glibc-gconv-euc-jp" |
21 | 21 | ||
22 | LEAD_SONAME = "libuim.so.1" | 22 | LEAD_SONAME = "libuim.so.1" |
23 | 23 | ||