diff options
-rw-r--r-- | libs/freetype/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libs/freetype/Makefile b/libs/freetype/Makefile index 0dd7bf700..fc7813e67 100644 --- a/libs/freetype/Makefile +++ b/libs/freetype/Makefile @@ -23,7 +23,6 @@ PKG_MAINTAINER:=Val Kulkov <val.kulkov@gmail.com> PKG_FIXUP:=autoreconf PKG_LIBTOOL_PATHS:=builds/unix -include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/package.mk define Package/libfreetype @@ -51,11 +50,6 @@ CONFIGURE_ARGS += \ --with-zlib=yes \ --with-png=yes -HOST_CONFIGURE_ARGS+= \ - --with-bzip2=no \ - --with-zlib=no \ - --with-png=no - define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) DESTDIR="$(PKG_INSTALL_DIR)" all install endef @@ -84,5 +78,4 @@ define Package/libfreetype/install $(CP) $(PKG_INSTALL_DIR)/usr/lib/libfreetype.so.* $(1)/usr/lib/ endef -$(eval $(call HostBuild)) $(eval $(call BuildPackage,libfreetype)) |