dbus-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:31 +01:00
parent eda25ce7b8
commit 3c1f6090e6
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -13,4 +13,4 @@ PKG_SHORTDESC="dbus-glib: A message bus system"
PKG_LONGDESC="D-BUS is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity."
PKG_IS_ADDON="no"
PKG_AUTORECONF="no"