From d3f5f2c931fbc63a9aca13af4bd14a61e96dd213 Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Mon, 7 Mar 2022 15:54:07 +0800 Subject: [PATCH] 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 --- frameworks/wayland/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2