mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
eggdbus-host: add autoreconf support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
15cd28eac4
commit
a593d75c47
@ -9,9 +9,9 @@ EGGDBUS_DIR=`ls -d $BUILD/eggdbus-[0-9]*`
|
|||||||
setup_toolchain host
|
setup_toolchain host
|
||||||
|
|
||||||
cd $EGGDBUS_DIR
|
cd $EGGDBUS_DIR
|
||||||
mkdir -p .build-host
|
do_autoreconf
|
||||||
|
|
||||||
cd .build-host
|
mkdir -p .build-host && cd .build-host
|
||||||
../configure --prefix=$ROOT/$TOOLCHAIN \
|
../configure --prefix=$ROOT/$TOOLCHAIN \
|
||||||
--sysconfdir=$ROOT/$TOOLCHAIN/etc \
|
--sysconfdir=$ROOT/$TOOLCHAIN/etc \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
|
@ -12,3 +12,5 @@ PKG_SECTION="devel"
|
|||||||
PKG_SHORTDESC="eggdbus: D-Bus bindings for GObject"
|
PKG_SHORTDESC="eggdbus: D-Bus bindings for GObject"
|
||||||
PKG_LONGDESC="D-Bus bindings for GObject."
|
PKG_LONGDESC="D-Bus bindings for GObject."
|
||||||
PKG_IS_ADDON="no"
|
PKG_IS_ADDON="no"
|
||||||
|
|
||||||
|
PKG_AUTORECONF="no"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user