qemu: add ui options to PKG_CONFIG_DEPENDS
authorYousong Zhou <redacted>
Fri, 20 Mar 2020 09:18:11 +0000 (17:18 +0800)
committerYousong Zhou <redacted>
Fri, 20 Mar 2020 09:27:13 +0000 (17:27 +0800)
Signed-off-by: Yousong Zhou <redacted>
utils/qemu/Makefile

index 4fd85fcf38e3f3f1edf594348a261619df298765..bffc10b54479d5e33b02aee25db2a09db6829372 100644 (file)
@@ -259,6 +259,13 @@ config QEMU_UI_SPICE
 endif
 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
 CONFIGURE_ARGS:=$(filter-out   \
git clone https://git.99rst.org/PROJECT