enna/options:

- remove unneeded options
This commit is contained in:
Stephan Raue 2009-10-08 15:02:56 +02:00
parent e9f48d75c0
commit 8e558e7f60

View File

@ -15,9 +15,6 @@
# Mediacenter to use (enna / moovida / mythtv / no)
MEDIACENTER=enna
# build with plymouth graphical boot (yes / no)
PLYMOUTH=yes
# build with network support (yes / no)
NETWORK=yes
@ -54,10 +51,6 @@
## Do not change anything below this line
#####################################################################
# if [ "$PLYMOUTH" = "yes" ]; then
# BUSYBOX_STATIC=no
# fi
if [ "$DISPLAYSERVER" = xorg-server ]; then
CAIRO=cairo
elif [ "$DISPLAYSERVER" = wayland ]; then