dbus-host: add autoreconf support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-25 18:16:03 +01:00
parent 5975bf4152
commit 0eb60f0f1e
2 changed files with 5 additions and 2 deletions

View File

@ -9,9 +9,10 @@ DBUS_DIR=`ls -d $BUILD/dbus-[0-9]*`
setup_toolchain host
cd $DBUS_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

@ -12,3 +12,5 @@ PKG_SECTION="system"
PKG_SHORTDESC="dbus: simple interprocess messaging system"
PKG_LONGDESC="D-Bus is a message bus, used for sending messages between applications. This package contains the D-Bus daemon and related utilities and the dbus shared library."
PKG_IS_ADDON="no"
PKG_AUTORECONF="no"