Browse Source

qemu: add ui options to PKG_CONFIG_DEPENDS

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

+ 7
- 0
utils/qemu/Makefile View File

@ -259,6 +259,13 @@ config QEMU_UI_SPICE
endif endif
endef endef
PKG_CONFIG_DEPENDS += \
CONFIG_QEMU_UI_VNC \
CONFIG_QEMU_UI_VNC_JPEG \
CONFIG_QEMU_UI_VNC_PNG \
CONFIG_QEMU_UI_VNC_SASL \
CONFIG_QEMU_UI_SPICE \
# QEMU configure script does not recognize these options # QEMU configure script does not recognize these options
CONFIGURE_ARGS:=$(filter-out \ CONFIGURE_ARGS:=$(filter-out \


Loading…
Cancel
Save