qemu: use $(ICONV_DEPENDS)
In case CONFIG_BUILD_NLS was enabled Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
This commit is contained in:
parent
1df9f4272a
commit
100bd27e4d
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||
QEMU_DEPS_IN_GUEST := @(TARGET_x86_64||TARGET_armvirt||TARGET_arm64||TARGET_malta)
|
||||
QEMU_DEPS_IN_HOST := @(TARGET_x86_64||TARGET_sunxi)
|
||||
QEMU_DEPS_IN_HOST += $(CXX_DEPENDS)
|
||||
QEMU_DEPS_IN_HOST += $(ICONV_DEPENDS)
|
||||
|
||||
define Package/virtio-console-helper
|
||||
SECTION:=utils
|
||||
|
|
Loading…
Reference in a new issue