- make building and installing of upower optional (default enabled, setup via /projects/*/options)
This commit is contained in:
Stephan Raue 2010-06-09 05:32:56 +02:00
parent 94449a972e
commit e5ea4990d5
4 changed files with 11 additions and 2 deletions

View File

@ -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*`"

View File

@ -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"

View File

@ -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"

View File

@ -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"