dbus: 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 e11f7ed704
commit 5975bf4152
2 changed files with 3 additions and 4 deletions

View File

@ -5,10 +5,7 @@
export ac_cv_have_abstract_sockets=yes
cd $PKG_BUILD
mkdir -p .build-target
cd .build-target
mkdir -p .build-target && cd .build-target
../configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \

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="yes"