mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
freetype: remove host build
Nothing uses this. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -23,7 +23,6 @@ PKG_MAINTAINER:=Val Kulkov <val.kulkov@gmail.com>
|
|||||||
PKG_FIXUP:=autoreconf
|
PKG_FIXUP:=autoreconf
|
||||||
PKG_LIBTOOL_PATHS:=builds/unix
|
PKG_LIBTOOL_PATHS:=builds/unix
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/host-build.mk
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/libfreetype
|
define Package/libfreetype
|
||||||
@@ -51,11 +50,6 @@ CONFIGURE_ARGS += \
|
|||||||
--with-zlib=yes \
|
--with-zlib=yes \
|
||||||
--with-png=yes
|
--with-png=yes
|
||||||
|
|
||||||
HOST_CONFIGURE_ARGS+= \
|
|
||||||
--with-bzip2=no \
|
|
||||||
--with-zlib=no \
|
|
||||||
--with-png=no
|
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) DESTDIR="$(PKG_INSTALL_DIR)" all install
|
$(MAKE) -C $(PKG_BUILD_DIR) DESTDIR="$(PKG_INSTALL_DIR)" all install
|
||||||
endef
|
endef
|
||||||
@@ -84,5 +78,4 @@ define Package/libfreetype/install
|
|||||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libfreetype.so.* $(1)/usr/lib/
|
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libfreetype.so.* $(1)/usr/lib/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call HostBuild))
|
|
||||||
$(eval $(call BuildPackage,libfreetype))
|
$(eval $(call BuildPackage,libfreetype))
|
||||||
|
|||||||
Reference in New Issue
Block a user