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