- make building and installing of upower optional (default enabled, setup via /projects/*/options)
- cosmetics
This commit is contained in:
Stephan Raue 2010-06-09 05:15:38 +02:00
parent 0376ab1aab
commit 94449a972e
4 changed files with 21 additions and 5 deletions

View File

@ -16,7 +16,6 @@ $SCRIPTS/install libmicrohttpd
$SCRIPTS/install libssh
$SCRIPTS/install dbus
$SCRIPTS/install udisks
$SCRIPTS/install upower
$SCRIPTS/install ConsoleKit
@ -26,9 +25,6 @@ $SCRIPTS/install libXmu
$SCRIPTS/install libXrandr
$SCRIPTS/install Mesa
[ "$VDPAU" = yes ] && $SCRIPTS/install libvdpau
[ "$VAAPI" = yes ] && $SCRIPTS/install libva
[ "$CRYSTALHD" = yes ] && $SCRIPTS/install crystalhd
$SCRIPTS/install glew
$SCRIPTS/install fontconfig #libass?
$SCRIPTS/install fribidi
@ -58,11 +54,16 @@ $SCRIPTS/install SDL
$SCRIPTS/install SDL_mixer
$SCRIPTS/install SDL_image
[ "$AVAHI_DAEMON" = yes ] && $SCRIPTS/install avahi
$SCRIPTS/install sqlite
$SCRIPTS/install mysql
$SCRIPTS/install samba
[ "$VDPAU" = yes ] && $SCRIPTS/install libvdpau
[ "$VAAPI" = yes ] && $SCRIPTS/install libva
[ "$CRYSTALHD" = yes ] && $SCRIPTS/install crystalhd
[ "$AVAHI_DAEMON" = yes ] && $SCRIPTS/install avahi
[ "$UDISKS" = yes ] && $SCRIPTS/install udisks
PKG_DIR=`find $PACKAGES -type d -name $1`
PYTHON_LIBDIR="`ls -d $INSTALL/usr/lib/python*`"

View File

@ -80,6 +80,11 @@
# todo (need for vdr?)
SERVICES="yes"
# build and install diskmounter service (udisks)
# this service provide auto mounting support for external drives
# in the mediacenter also automount internally drives at boottime (yes / no)
UDISKS="yes"
# Displayserver to use (xorg-server / no)
DISPLAYSERVER="xorg-server"

View File

@ -80,6 +80,11 @@
# todo (need for vdr?)
SERVICES="yes"
# build and install diskmounter service (udisks)
# this service provide auto mounting support for external drives
# in the mediacenter also automount internally drives at boottime (yes / no)
UDISKS="yes"
# Displayserver to use (xorg-server / no)
DISPLAYSERVER="xorg-server"

View File

@ -80,6 +80,11 @@
# todo (need for vdr?)
SERVICES="yes"
# build and install diskmounter service (udisks)
# this service provide auto mounting support for external drives
# in the mediacenter also automount internally drives at boottime (yes / no)
UDISKS="yes"
# Displayserver to use (xorg-server / no)
DISPLAYSERVER="xorg-server"