projects/*/options:

- add option to build with automatic update support
This commit is contained in:
Stephan Raue 2010-04-23 23:28:25 +02:00
parent 222bdafa17
commit c7f6be5430
4 changed files with 10 additions and 2 deletions

View File

@ -131,5 +131,4 @@ mkdir -p $INSTALL/usr/share/xbmc/addons
$SCRIPTS/install lirc
[ ! "$LCD_DRIVER" = none ] && $SCRIPTS/install lcdproc
[ "$SENSOR_SUPPORT" = yes ] && $SCRIPTS/install lm_sensors
$SCRIPTS/install autoupdate
[ "$UPDATE_SUPPORT" = yes ] && $SCRIPTS/install autoupdate

View File

@ -118,6 +118,9 @@
# build with lm_sensors hardware monitoring support (yes / no)
SENSOR_SUPPORT="yes"
# build with automatic update support (yes / no)
UPDATE_SUPPORT="yes"
# build with games support (yes / no)
GAMES="no"

View File

@ -118,6 +118,9 @@
# build with lm_sensors hardware monitoring support (yes / no)
SENSOR_SUPPORT="yes"
# build with automatic update support (yes / no)
UPDATE_SUPPORT="yes"
# build with games support (yes / no)
GAMES="no"

View File

@ -118,6 +118,9 @@
# build with lm_sensors hardware monitoring support (yes / no)
SENSOR_SUPPORT="yes"
# build with automatic update support (yes / no)
UPDATE_SUPPORT="yes"
# build with games support (yes / no)
GAMES="no"