mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
xbmc:
- make building and installing of upower optional (default enabled, setup via /projects/*/options)
This commit is contained in:
parent
94449a972e
commit
e5ea4990d5
@ -16,8 +16,6 @@ $SCRIPTS/install libmicrohttpd
|
|||||||
$SCRIPTS/install libssh
|
$SCRIPTS/install libssh
|
||||||
|
|
||||||
$SCRIPTS/install dbus
|
$SCRIPTS/install dbus
|
||||||
$SCRIPTS/install upower
|
|
||||||
$SCRIPTS/install ConsoleKit
|
|
||||||
|
|
||||||
$SCRIPTS/install libXt
|
$SCRIPTS/install libXt
|
||||||
$SCRIPTS/install libXtst
|
$SCRIPTS/install libXtst
|
||||||
@ -63,6 +61,8 @@ $SCRIPTS/install samba
|
|||||||
[ "$CRYSTALHD" = yes ] && $SCRIPTS/install crystalhd
|
[ "$CRYSTALHD" = yes ] && $SCRIPTS/install crystalhd
|
||||||
[ "$AVAHI_DAEMON" = yes ] && $SCRIPTS/install avahi
|
[ "$AVAHI_DAEMON" = yes ] && $SCRIPTS/install avahi
|
||||||
[ "$UDISKS" = yes ] && $SCRIPTS/install udisks
|
[ "$UDISKS" = yes ] && $SCRIPTS/install udisks
|
||||||
|
[ "$UPOWER" = yes ] && $SCRIPTS/install upower
|
||||||
|
[ "$UPOWER" = yes ] && $SCRIPTS/install ConsoleKit
|
||||||
|
|
||||||
PKG_DIR=`find $PACKAGES -type d -name $1`
|
PKG_DIR=`find $PACKAGES -type d -name $1`
|
||||||
PYTHON_LIBDIR="`ls -d $INSTALL/usr/lib/python*`"
|
PYTHON_LIBDIR="`ls -d $INSTALL/usr/lib/python*`"
|
||||||
|
@ -85,6 +85,9 @@
|
|||||||
# in the mediacenter also automount internally drives at boottime (yes / no)
|
# in the mediacenter also automount internally drives at boottime (yes / no)
|
||||||
UDISKS="yes"
|
UDISKS="yes"
|
||||||
|
|
||||||
|
# build and install powermanagement support (upower) (yes / no)
|
||||||
|
UPOWER="yes"
|
||||||
|
|
||||||
# Displayserver to use (xorg-server / no)
|
# Displayserver to use (xorg-server / no)
|
||||||
DISPLAYSERVER="xorg-server"
|
DISPLAYSERVER="xorg-server"
|
||||||
|
|
||||||
|
@ -85,6 +85,9 @@
|
|||||||
# in the mediacenter also automount internally drives at boottime (yes / no)
|
# in the mediacenter also automount internally drives at boottime (yes / no)
|
||||||
UDISKS="yes"
|
UDISKS="yes"
|
||||||
|
|
||||||
|
# build and install powermanagement support (upower) (yes / no)
|
||||||
|
UPOWER="yes"
|
||||||
|
|
||||||
# Displayserver to use (xorg-server / no)
|
# Displayserver to use (xorg-server / no)
|
||||||
DISPLAYSERVER="xorg-server"
|
DISPLAYSERVER="xorg-server"
|
||||||
|
|
||||||
|
@ -85,6 +85,9 @@
|
|||||||
# in the mediacenter also automount internally drives at boottime (yes / no)
|
# in the mediacenter also automount internally drives at boottime (yes / no)
|
||||||
UDISKS="yes"
|
UDISKS="yes"
|
||||||
|
|
||||||
|
# build and install powermanagement support (upower) (yes / no)
|
||||||
|
UPOWER="yes"
|
||||||
|
|
||||||
# Displayserver to use (xorg-server / no)
|
# Displayserver to use (xorg-server / no)
|
||||||
DISPLAYSERVER="xorg-server"
|
DISPLAYSERVER="xorg-server"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user