mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
sdk: remove package 'sdk'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
495d90bea7
commit
a4f9963c70
@ -224,12 +224,6 @@
|
|||||||
# build with installer (yes / no)
|
# build with installer (yes / no)
|
||||||
INSTALLER_SUPPORT="yes"
|
INSTALLER_SUPPORT="yes"
|
||||||
|
|
||||||
# build with games support (yes / no)
|
|
||||||
GAMES="no"
|
|
||||||
|
|
||||||
# build with emulator support (yes / no)
|
|
||||||
EMULATORS="no"
|
|
||||||
|
|
||||||
# Testpackages for development (yes / no)
|
# Testpackages for development (yes / no)
|
||||||
TESTING="no"
|
TESTING="no"
|
||||||
|
|
||||||
|
@ -224,12 +224,6 @@
|
|||||||
# build with installer (yes / no)
|
# build with installer (yes / no)
|
||||||
INSTALLER_SUPPORT="yes"
|
INSTALLER_SUPPORT="yes"
|
||||||
|
|
||||||
# build with games support (yes / no)
|
|
||||||
GAMES="yes"
|
|
||||||
|
|
||||||
# build with emulator support (yes / no)
|
|
||||||
EMULATORS="yes"
|
|
||||||
|
|
||||||
# Testpackages for development (yes / no)
|
# Testpackages for development (yes / no)
|
||||||
TESTING="no"
|
TESTING="no"
|
||||||
|
|
||||||
|
@ -224,12 +224,6 @@
|
|||||||
# build with installer (yes / no)
|
# build with installer (yes / no)
|
||||||
INSTALLER_SUPPORT="yes"
|
INSTALLER_SUPPORT="yes"
|
||||||
|
|
||||||
# build with games support (yes / no)
|
|
||||||
GAMES="yes"
|
|
||||||
|
|
||||||
# build with emulator support (yes / no)
|
|
||||||
EMULATORS="yes"
|
|
||||||
|
|
||||||
# Testpackages for development (yes / no)
|
# Testpackages for development (yes / no)
|
||||||
TESTING="no"
|
TESTING="no"
|
||||||
|
|
||||||
|
@ -224,12 +224,6 @@
|
|||||||
# build with installer (yes / no)
|
# build with installer (yes / no)
|
||||||
INSTALLER_SUPPORT="yes"
|
INSTALLER_SUPPORT="yes"
|
||||||
|
|
||||||
# build with games support (yes / no)
|
|
||||||
GAMES="yes"
|
|
||||||
|
|
||||||
# build with emulator support (yes / no)
|
|
||||||
EMULATORS="yes"
|
|
||||||
|
|
||||||
# Testpackages for development (yes / no)
|
# Testpackages for development (yes / no)
|
||||||
TESTING="no"
|
TESTING="no"
|
||||||
|
|
||||||
|
@ -130,10 +130,6 @@ mkdir -p $INSTALL
|
|||||||
# Update support
|
# Update support
|
||||||
[ "$INSTALLER_SUPPORT" = "yes" ] && $SCRIPTS/install installer
|
[ "$INSTALLER_SUPPORT" = "yes" ] && $SCRIPTS/install installer
|
||||||
|
|
||||||
# Games and Emulators support (SDK's)
|
|
||||||
[ "$GAMES" = "yes" ] && $SCRIPTS/install games-sdk
|
|
||||||
[ "$EMULATORS" = "yes" ] && $SCRIPTS/install emulators-sdk
|
|
||||||
|
|
||||||
# some system tools
|
# some system tools
|
||||||
[ "$TOOLS" = "yes" ] && $SCRIPTS/install tools
|
[ "$TOOLS" = "yes" ] && $SCRIPTS/install tools
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user