mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
2eab3fa619
commit
370e65d3fb
@@ -17,7 +17,7 @@ DEPENDS = "anthy fontconfig libxft libxt glib-2.0 ncurses intltool"
|
||||
DEPENDS_append_class-target = " intltool-native gtk+ gtk+3 uim-native takao-fonts"
|
||||
|
||||
RDEPENDS_uim = "libuim0 libedit"
|
||||
RDEPENDS_uim-anthy = "takao-fonts anthy libanthy0"
|
||||
RDEPENDS_uim-anthy = "takao-fonts anthy libanthy0 glibc-utils glibc-gconv-euc-jp"
|
||||
|
||||
LEAD_SONAME = "libuim.so.1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user