mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
projects/*/options: add configoption to build and install 'tools' package optional
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
8ecb345822
commit
4d711d4df9
@ -114,8 +114,9 @@
|
|||||||
# build and install Transmission BitTorrent daemon (yes / no)
|
# build and install Transmission BitTorrent daemon (yes / no)
|
||||||
TRANSMISSION="no"
|
TRANSMISSION="no"
|
||||||
|
|
||||||
# todo (need for vdr?)
|
# build and install some tools for including in release (yes / no)
|
||||||
SERVICES="yes"
|
# some of this tools are: htop, nano, wgetpaste
|
||||||
|
TOOLS="yes"
|
||||||
|
|
||||||
# build and install diskmounter service (udisks)
|
# build and install diskmounter service (udisks)
|
||||||
# this service provide auto mounting support for external drives
|
# this service provide auto mounting support for external drives
|
||||||
|
@ -113,8 +113,9 @@
|
|||||||
# build and install Transmission BitTorrent daemon (yes / no)
|
# build and install Transmission BitTorrent daemon (yes / no)
|
||||||
TRANSMISSION="yes"
|
TRANSMISSION="yes"
|
||||||
|
|
||||||
# todo (need for vdr?)
|
# build and install some tools for including in release (yes / no)
|
||||||
SERVICES="yes"
|
# some of this tools are: htop, nano, wgetpaste
|
||||||
|
TOOLS="yes"
|
||||||
|
|
||||||
# build and install diskmounter service (udisks)
|
# build and install diskmounter service (udisks)
|
||||||
# this service provide auto mounting support for external drives
|
# this service provide auto mounting support for external drives
|
||||||
|
@ -113,8 +113,9 @@
|
|||||||
# build and install Transmission BitTorrent daemon (yes / no)
|
# build and install Transmission BitTorrent daemon (yes / no)
|
||||||
TRANSMISSION="yes"
|
TRANSMISSION="yes"
|
||||||
|
|
||||||
# todo (need for vdr?)
|
# build and install some tools for including in release (yes / no)
|
||||||
SERVICES="yes"
|
# some of this tools are: htop, nano, wgetpaste
|
||||||
|
TOOLS="yes"
|
||||||
|
|
||||||
# build and install diskmounter service (udisks)
|
# build and install diskmounter service (udisks)
|
||||||
# this service provide auto mounting support for external drives
|
# this service provide auto mounting support for external drives
|
||||||
|
@ -113,8 +113,9 @@
|
|||||||
# build and install Transmission BitTorrent daemon (yes / no)
|
# build and install Transmission BitTorrent daemon (yes / no)
|
||||||
TRANSMISSION="yes"
|
TRANSMISSION="yes"
|
||||||
|
|
||||||
# todo (need for vdr?)
|
# build and install some tools for including in release (yes / no)
|
||||||
SERVICES="yes"
|
# some of this tools are: htop, nano, wgetpaste
|
||||||
|
TOOLS="yes"
|
||||||
|
|
||||||
# build and install diskmounter service (udisks)
|
# build and install diskmounter service (udisks)
|
||||||
# this service provide auto mounting support for external drives
|
# this service provide auto mounting support for external drives
|
||||||
|
@ -105,6 +105,9 @@ mkdir -p $INSTALL
|
|||||||
[ "$GAMES" = "yes" ] && $SCRIPTS/install games-sdk
|
[ "$GAMES" = "yes" ] && $SCRIPTS/install games-sdk
|
||||||
[ "$EMULATORS" = "yes" ] && $SCRIPTS/install emulators-sdk
|
[ "$EMULATORS" = "yes" ] && $SCRIPTS/install emulators-sdk
|
||||||
|
|
||||||
|
# some system tools
|
||||||
|
[ "$TOOLS" = "yes" ] && $SCRIPTS/install tools
|
||||||
|
|
||||||
# Devtools... (not for Release)
|
# Devtools... (not for Release)
|
||||||
[ "$TESTING" = "yes" ] && $SCRIPTS/install testing
|
[ "$TESTING" = "yes" ] && $SCRIPTS/install testing
|
||||||
[ "$DEVTOOLS" = "yes" ] && $SCRIPTS/install debug
|
[ "$DEVTOOLS" = "yes" ] && $SCRIPTS/install debug
|
||||||
|
Loading…
x
Reference in New Issue
Block a user