diff --git a/packages/mediacenter/xbmc/install b/packages/mediacenter/xbmc/install index c346ddd83c..cb40275cb1 100755 --- a/packages/mediacenter/xbmc/install +++ b/packages/mediacenter/xbmc/install @@ -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*`" diff --git a/projects/ION/options b/projects/ION/options index 1c613ba854..9e03a45531 100644 --- a/projects/ION/options +++ b/projects/ION/options @@ -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" diff --git a/projects/generic/options b/projects/generic/options index d485aeddea..57e3c610a0 100644 --- a/projects/generic/options +++ b/projects/generic/options @@ -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" diff --git a/projects/intel/options b/projects/intel/options index 9a28184769..fd59904589 100644 --- a/projects/intel/options +++ b/projects/intel/options @@ -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"