mirror of
https://github.com/openwrt/packages.git
synced 2026-01-09 18:30:25 +04:00
qemu: use $(ICONV_DEPENDS)
In case CONFIG_BUILD_NLS was enabled Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user