eggdbus-host: add autoreconf support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-25 18:19:31 +01:00
parent 15cd28eac4
commit a593d75c47
2 changed files with 4 additions and 2 deletions

View File

@ -9,9 +9,9 @@ EGGDBUS_DIR=`ls -d $BUILD/eggdbus-[0-9]*`
setup_toolchain host
cd $EGGDBUS_DIR
mkdir -p .build-host
do_autoreconf
cd .build-host
mkdir -p .build-host && cd .build-host
../configure --prefix=$ROOT/$TOOLCHAIN \
--sysconfdir=$ROOT/$TOOLCHAIN/etc \
--disable-static \

View File

@ -12,3 +12,5 @@ PKG_SECTION="devel"
PKG_SHORTDESC="eggdbus: D-Bus bindings for GObject"
PKG_LONGDESC="D-Bus bindings for GObject."
PKG_IS_ADDON="no"
PKG_AUTORECONF="no"