mirror of https://github.com/openwrt/packages.git
freetype: remove host build
Nothing uses this. Signed-off-by: Rosen Penev <rosenp@gmail.com>pull/12381/head
parent
1edad0400b
commit
28e83b1f7f
|
@ -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))
|
||||||
|
|
Loading…
Reference in New Issue