mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
libnih:
- remove package libnih
This commit is contained in:
parent
ef6f3cd4b9
commit
6521c95f48
@ -1,22 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build dbus-host
|
||||
$SCRIPTS/unpack libnih
|
||||
|
||||
setup_toolchain host
|
||||
|
||||
cd $BUILD/libnih*
|
||||
|
||||
mkdir -p objdir-host
|
||||
cd objdir-host
|
||||
|
||||
../configure --enable-static \
|
||||
--disable-shared
|
||||
|
||||
make
|
||||
|
||||
mkdir -p $ROOT/$TOOLCHAIN/bin
|
||||
cp -f nih-dbus-tool/nih-dbus-tool $ROOT/$TOOLCHAIN/bin
|
@ -1,26 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build dbus
|
||||
$SCRIPTS/build libnih-host
|
||||
|
||||
export NIH_DBUS_TOOL="$ROOT/$TOOLCHAIN/bin/nih-dbus-tool"
|
||||
|
||||
cd $BUILD/$1*
|
||||
|
||||
mkdir -p objdir-target
|
||||
cd objdir-target
|
||||
|
||||
../configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--enable-static \
|
||||
--disable-shared \
|
||||
--disable-nls \
|
||||
--enable-threading
|
||||
|
||||
make
|
||||
|
||||
$MAKEINSTALL
|
@ -1 +0,0 @@
|
||||
http://upstart.ubuntu.com/download/libnih/1.0/libnih-1.0.2.tar.gz
|
Loading…
x
Reference in New Issue
Block a user