mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
dbus-glib-host: add autoreconf support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
eda25ce7b8
commit
3c1f6090e6
@ -9,9 +9,9 @@ DBUS_GLIB_DIR=`ls -d $BUILD/dbus-glib-[0-9]*`
|
|||||||
setup_toolchain host
|
setup_toolchain host
|
||||||
|
|
||||||
cd $DBUS_GLIB_DIR
|
cd $DBUS_GLIB_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 \
|
||||||
|
@ -13,4 +13,4 @@ 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_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="no"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user