mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
uim: add dependency on anthy
anthy.h could not found at confiugre of uim. class-target override was used incorrectly with +=, but instead of expected append to DEPENDS set above it overrided whole DEPENDS for target builds so anthy was missing. 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
f1d6a48684
commit
2eab3fa619
@@ -14,7 +14,7 @@ SRC_URI[md5sum] = "ecea4c597bab1fd4ba98ea84edcece59"
|
||||
SRC_URI[sha256sum] = "7b1ea803c73f3478917166f04f67cce6e45ad7ea5ab6df99b948c17eb1cb235f"
|
||||
|
||||
DEPENDS = "anthy fontconfig libxft libxt glib-2.0 ncurses intltool"
|
||||
DEPENDS_class-target += "intltool-native gtk+ gtk+3 uim-native takao-fonts"
|
||||
DEPENDS_append_class-target = " intltool-native gtk+ gtk+3 uim-native takao-fonts"
|
||||
|
||||
RDEPENDS_uim = "libuim0 libedit"
|
||||
RDEPENDS_uim-anthy = "takao-fonts anthy libanthy0"
|
||||
|
||||
Reference in New Issue
Block a user