mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 11:59:21 +08:00
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 <daniel@makrotopia.org>
This commit is contained in:
parent
0b0a7334a0
commit
86d6b8d7c6
@ -21,6 +21,7 @@ PKG_CPE_ID:=cpe:/a:libexpat:expat
|
|||||||
CMAKE_INSTALL:=1
|
CMAKE_INSTALL:=1
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
include $(INCLUDE_DIR)/host-build.mk
|
||||||
include $(INCLUDE_DIR)/cmake.mk
|
include $(INCLUDE_DIR)/cmake.mk
|
||||||
|
|
||||||
define Package/libexpat
|
define Package/libexpat
|
||||||
@ -51,4 +52,5 @@ define Package/libexpat/install
|
|||||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libexpat.so.* $(1)/usr/lib/
|
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libexpat.so.* $(1)/usr/lib/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
$(eval $(call HostBuild))
|
||||||
$(eval $(call BuildPackage,libexpat))
|
$(eval $(call BuildPackage,libexpat))
|
||||||
|
Loading…
Reference in New Issue
Block a user