From: Jeffery To Date: Mon, 7 Mar 2022 07:54:07 +0000 (+0800) Subject: wayland: Use tools/expat instead of expat/host X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d3f5f2c931fbc63a9aca13af4bd14a61e96dd213;p=feed%2Fvideo.git wayland: Use tools/expat instead of expat/host 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 --- diff --git a/frameworks/wayland/Makefile b/frameworks/wayland/Makefile index 8a8f646..192fc9e 100644 --- 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