From ca21bbf2edd64fffd044e0d6caf6975243a3fa4b Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Wed, 24 Nov 2021 01:33:20 +0000 Subject: [PATCH] expat: add host build mesa in the video feed requires expat/host. Provide host build to allow mesa to build. Signed-off-by: Daniel Golle --- libs/expat/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/expat/Makefile b/libs/expat/Makefile index 7e8baf4e7..4bacb8e91 100644 --- a/libs/expat/Makefile +++ b/libs/expat/Makefile @@ -21,6 +21,7 @@ PKG_CPE_ID:=cpe:/a:libexpat:expat CMAKE_INSTALL:=1 include $(INCLUDE_DIR)/package.mk +include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/cmake.mk define Package/libexpat @@ -51,4 +52,5 @@ define Package/libexpat/install $(CP) $(PKG_INSTALL_DIR)/usr/lib/libexpat.so.* $(1)/usr/lib/ endef +$(eval $(call HostBuild)) $(eval $(call BuildPackage,libexpat))