mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
projects/*/options:
- add option to build with automatic update support
This commit is contained in:
parent
222bdafa17
commit
c7f6be5430
@ -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
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user