mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +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
|
$SCRIPTS/install lirc
|
||||||
[ ! "$LCD_DRIVER" = none ] && $SCRIPTS/install lcdproc
|
[ ! "$LCD_DRIVER" = none ] && $SCRIPTS/install lcdproc
|
||||||
[ "$SENSOR_SUPPORT" = yes ] && $SCRIPTS/install lm_sensors
|
[ "$SENSOR_SUPPORT" = yes ] && $SCRIPTS/install lm_sensors
|
||||||
|
[ "$UPDATE_SUPPORT" = yes ] && $SCRIPTS/install autoupdate
|
||||||
$SCRIPTS/install autoupdate
|
|
||||||
|
@ -118,6 +118,9 @@
|
|||||||
# build with lm_sensors hardware monitoring support (yes / no)
|
# build with lm_sensors hardware monitoring support (yes / no)
|
||||||
SENSOR_SUPPORT="yes"
|
SENSOR_SUPPORT="yes"
|
||||||
|
|
||||||
|
# build with automatic update support (yes / no)
|
||||||
|
UPDATE_SUPPORT="yes"
|
||||||
|
|
||||||
# build with games support (yes / no)
|
# build with games support (yes / no)
|
||||||
GAMES="no"
|
GAMES="no"
|
||||||
|
|
||||||
|
@ -118,6 +118,9 @@
|
|||||||
# build with lm_sensors hardware monitoring support (yes / no)
|
# build with lm_sensors hardware monitoring support (yes / no)
|
||||||
SENSOR_SUPPORT="yes"
|
SENSOR_SUPPORT="yes"
|
||||||
|
|
||||||
|
# build with automatic update support (yes / no)
|
||||||
|
UPDATE_SUPPORT="yes"
|
||||||
|
|
||||||
# build with games support (yes / no)
|
# build with games support (yes / no)
|
||||||
GAMES="no"
|
GAMES="no"
|
||||||
|
|
||||||
|
@ -118,6 +118,9 @@
|
|||||||
# build with lm_sensors hardware monitoring support (yes / no)
|
# build with lm_sensors hardware monitoring support (yes / no)
|
||||||
SENSOR_SUPPORT="yes"
|
SENSOR_SUPPORT="yes"
|
||||||
|
|
||||||
|
# build with automatic update support (yes / no)
|
||||||
|
UPDATE_SUPPORT="yes"
|
||||||
|
|
||||||
# build with games support (yes / no)
|
# build with games support (yes / no)
|
||||||
GAMES="no"
|
GAMES="no"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user