mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
dbus-host: add autoreconf support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
5975bf4152
commit
0eb60f0f1e
@ -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 \
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user