[Buildroot] [PATCH 07/19] freetype: disable autoreconf

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed Apr 28 21:40:48 UTC 2010


Freetype is unfortunately not a normal autotools-based package. Its
real configure script is in builds/unix/, but the build cannot be
started from here. And it doesn't rely on automake.

For absolute perfection, the package should probably be converted to
the GENTARGETS infrastructure, but it will generate a much, much
longer .mk file that the one we have today.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/freetype/freetype.mk |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/freetype/freetype.mk b/package/freetype/freetype.mk
index f19b854..e9a270f 100644
--- a/package/freetype/freetype.mk
+++ b/package/freetype/freetype.mk
@@ -7,6 +7,7 @@ FREETYPE_VERSION = 2.3.12
 FREETYPE_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/freetype
 FREETYPE_SOURCE = freetype-$(FREETYPE_VERSION).tar.bz2
 FREETYPE_LIBTOOL_PATCH = NO
+FREETYPE_AUTORECONF = NO
 FREETYPE_INSTALL_STAGING = YES
 FREETYPE_INSTALL_TARGET = YES
 FREETYPE_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
-- 
1.6.3.3




More information about the buildroot mailing list