Browse Source

qemu: use $(ICONV_DEPENDS)

In case CONFIG_BUILD_NLS was enabled

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
lilik-openwrt-22.03
Yousong Zhou 4 years ago
parent
commit
100bd27e4d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      utils/qemu/Makefile

+ 1
- 0
utils/qemu/Makefile View File

@ -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…
Cancel
Save