glib-host: add autoreconf support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-25 18:19:32 +01:00
parent 53cc891fae
commit 75bcbcd913
2 changed files with 5 additions and 4 deletions

View File

@ -10,9 +10,8 @@ export ZLIB_LIBS=""
cd $BUILD/glib*
mkdir -p .build-host
cd .build-host
do_autoreconf
mkdir -p .build-host && cd .build-host
../configure --prefix=$ROOT/$TOOLCHAIN \
--enable-shared \
--disable-static \

View File

@ -6,9 +6,11 @@ PKG_LICENSE="LGPL"
PKG_SITE="http://www.gtk.org/"
PKG_URL=""
PKG_DEPENDS=""
PKG_BUILD_DEPENDS="toolchain dbus-host"
PKG_BUILD_DEPENDS="toolchain dbus-host gtk-doc"
PKG_PRIORITY="optional"
PKG_SECTION="devel"
PKG_SHORTDESC="glib-host: C support library"
PKG_LONGDESC="GLib is a library which includes support routines for C such as lists, trees, hashes, memory allocation, and many other things."
PKG_IS_ADDON="no"
PKG_AUTORECONF="no"