freetype: add autoreconf support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-25 18:06:22 +01:00
parent 812eba789e
commit b8534b33fc
2 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,8 @@
unset LIBTOOL
cd $PKG_BUILD
sh autogen.sh
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \

View File

@ -12,3 +12,5 @@ PKG_SECTION="print"
PKG_SHORTDESC="freetype: TrueType font rendering library"
PKG_LONGDESC="The FreeType engine is a free and portable TrueType font rendering engine. It has been developed to provide TT support to a great variety of platforms and environments."
PKG_IS_ADDON="no"
PKG_AUTORECONF="no"