dbus-glib: 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 f2bafdcbbd
commit eda25ce7b8
2 changed files with 4 additions and 4 deletions

View File

@ -9,9 +9,7 @@ export have_abstract_sockets=yes
DBUS_DIR=`ls -d $BUILD/dbus-[0-9]*`
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

@ -11,4 +11,6 @@ PKG_PRIORITY="optional"
PKG_SECTION="devel"
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_IS_ADDON="no"
PKG_AUTORECONF="yes"