mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +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
|
setup_toolchain host
|
||||||
|
|
||||||
cd $DBUS_DIR
|
cd $DBUS_DIR
|
||||||
mkdir -p .build-host
|
|
||||||
|
|
||||||
cd .build-host
|
do_autoreconf
|
||||||
|
|
||||||
|
mkdir -p .build-host && cd .build-host
|
||||||
../configure --prefix=$ROOT/$TOOLCHAIN \
|
../configure --prefix=$ROOT/$TOOLCHAIN \
|
||||||
--sysconfdir=$ROOT/$TOOLCHAIN/etc \
|
--sysconfdir=$ROOT/$TOOLCHAIN/etc \
|
||||||
--disable-tests \
|
--disable-tests \
|
||||||
|
@ -12,3 +12,5 @@ PKG_SECTION="system"
|
|||||||
PKG_SHORTDESC="dbus: simple interprocess messaging 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_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_IS_ADDON="no"
|
||||||
|
|
||||||
|
PKG_AUTORECONF="no"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user