mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
sdk: remove package 'sdk'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -224,12 +224,6 @@
|
||||
# build with installer (yes / no)
|
||||
INSTALLER_SUPPORT="yes"
|
||||
|
||||
# build with games support (yes / no)
|
||||
GAMES="no"
|
||||
|
||||
# build with emulator support (yes / no)
|
||||
EMULATORS="no"
|
||||
|
||||
# Testpackages for development (yes / no)
|
||||
TESTING="no"
|
||||
|
||||
|
||||
@@ -224,12 +224,6 @@
|
||||
# build with installer (yes / no)
|
||||
INSTALLER_SUPPORT="yes"
|
||||
|
||||
# build with games support (yes / no)
|
||||
GAMES="yes"
|
||||
|
||||
# build with emulator support (yes / no)
|
||||
EMULATORS="yes"
|
||||
|
||||
# Testpackages for development (yes / no)
|
||||
TESTING="no"
|
||||
|
||||
|
||||
@@ -224,12 +224,6 @@
|
||||
# build with installer (yes / no)
|
||||
INSTALLER_SUPPORT="yes"
|
||||
|
||||
# build with games support (yes / no)
|
||||
GAMES="yes"
|
||||
|
||||
# build with emulator support (yes / no)
|
||||
EMULATORS="yes"
|
||||
|
||||
# Testpackages for development (yes / no)
|
||||
TESTING="no"
|
||||
|
||||
|
||||
@@ -224,12 +224,6 @@
|
||||
# build with installer (yes / no)
|
||||
INSTALLER_SUPPORT="yes"
|
||||
|
||||
# build with games support (yes / no)
|
||||
GAMES="yes"
|
||||
|
||||
# build with emulator support (yes / no)
|
||||
EMULATORS="yes"
|
||||
|
||||
# Testpackages for development (yes / no)
|
||||
TESTING="no"
|
||||
|
||||
|
||||
@@ -130,10 +130,6 @@ mkdir -p $INSTALL
|
||||
# Update support
|
||||
[ "$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
|
||||
[ "$TOOLS" = "yes" ] && $SCRIPTS/install tools
|
||||
|
||||
|
||||
Reference in New Issue
Block a user