projects
/
feed
/
video.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d1153b
)
wayland: Use tools/expat instead of expat/host
author
Jeffery To
<jeffery.to@gmail.com>
Mon, 7 Mar 2022 07:54:07 +0000
(15:54 +0800)
committer
Daniel Golle
<daniel@makrotopia.org>
Fri, 18 Mar 2022 04:17:39 +0000
(
04:17
+0000)
As described in
https://github.com/openwrt/packages/commit/
5bf74f2ad434841bfe9c3013e55556c0005e74cb
,
packages that supposedly use expat/host actually use tools/expat.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
frameworks/wayland/Makefile
patch
|
blob
|
history
diff --git
a/frameworks/wayland/Makefile
b/frameworks/wayland/Makefile
index 8a8f646e28a967d7b8064d7e8d94c7b263a201b8..192fc9e0a52cd525a975b3478bb5c941960b2889 100644
(file)
--- a/
frameworks/wayland/Makefile
+++ b/
frameworks/wayland/Makefile
@@
-13,7
+13,7
@@
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=COPYING
PKG_INSTALL:=1
-PKG_BUILD_DEPENDS:=libffi/host libxml2/host
expat/host
wayland/host
+PKG_BUILD_DEPENDS:=libffi/host libxml2/host wayland/host
HOST_BUILD_DEPENDS:=$(PKG_BUILD_DEPENDS)
include $(INCLUDE_DIR)/package.mk