git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
7d000f2
)
qemu: add ui options to PKG_CONFIG_DEPENDS
author
Yousong Zhou
<redacted>
Fri, 20 Mar 2020 09:18:11 +0000
(17:18 +0800)
committer
Yousong Zhou
<redacted>
Fri, 20 Mar 2020 09:27:13 +0000
(17:27 +0800)
Signed-off-by: Yousong Zhou <redacted>
utils/qemu/Makefile
patch
|
blob
|
history
diff --git
a/utils/qemu/Makefile
b/utils/qemu/Makefile
index 4fd85fcf38e3f3f1edf594348a261619df298765..bffc10b54479d5e33b02aee25db2a09db6829372 100644
(file)
--- a/
utils/qemu/Makefile
+++ b/
utils/qemu/Makefile
@@
-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