mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
projects/*/options: add addons support, including options for download locations, add some BUILDFLAGS for atom cpu's
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
ccd6181cc0
commit
8f2bf48941
@ -48,7 +48,7 @@
|
||||
OPTIMIZATIONS="speed"
|
||||
|
||||
# Project CFLAGS
|
||||
PROJECT_CFLAGS=""
|
||||
PROJECT_CFLAGS="-mfpmath=sse -ftree-vectorize -mmovbe"
|
||||
|
||||
# Timezone to use (empty disables timezone support)
|
||||
# use a TZ environment string
|
||||
@ -160,7 +160,7 @@
|
||||
INSTALLER_SUPPORT="yes"
|
||||
|
||||
# build with games support (yes / no)
|
||||
GAMES="no"
|
||||
GAMES="yes"
|
||||
|
||||
# build with emulator support (yes / no)
|
||||
EMULATORS="yes"
|
||||
@ -170,3 +170,10 @@
|
||||
|
||||
# Coreboot support (yes / no)
|
||||
COREBOOT="no"
|
||||
|
||||
# Addon Server Url
|
||||
ADDON_SERVER_URL="http://addons.openelec.tv"
|
||||
|
||||
# set the addon dirs
|
||||
ADDON_PATH="$OS_VERSION/$PROJECT/$TARGET_ARCH"
|
||||
ADDON_URL="$ADDON_SERVER_URL/$ADDON_PATH"
|
||||
|
@ -160,7 +160,7 @@
|
||||
INSTALLER_SUPPORT="yes"
|
||||
|
||||
# build with games support (yes / no)
|
||||
GAMES="no"
|
||||
GAMES="yes"
|
||||
|
||||
# build with emulator support (yes / no)
|
||||
EMULATORS="yes"
|
||||
@ -170,3 +170,10 @@
|
||||
|
||||
# Coreboot support (yes / no)
|
||||
COREBOOT="no"
|
||||
|
||||
# Addon Server Url
|
||||
ADDON_SERVER_URL="http://addons.openelec.tv"
|
||||
|
||||
# set the addon dirs
|
||||
ADDON_PATH="$OS_VERSION/$PROJECT/$TARGET_ARCH"
|
||||
ADDON_URL="$ADDON_SERVER_URL/$ADDON_PATH"
|
||||
|
@ -160,7 +160,7 @@
|
||||
INSTALLER_SUPPORT="yes"
|
||||
|
||||
# build with games support (yes / no)
|
||||
GAMES="no"
|
||||
GAMES="yes"
|
||||
|
||||
# build with emulator support (yes / no)
|
||||
EMULATORS="yes"
|
||||
@ -170,3 +170,10 @@
|
||||
|
||||
# Coreboot support (yes / no)
|
||||
COREBOOT="no"
|
||||
|
||||
# Addon Server Url
|
||||
ADDON_SERVER_URL="http://addons.openelec.tv"
|
||||
|
||||
# set the addon dirs
|
||||
ADDON_PATH="$OS_VERSION/$PROJECT/$TARGET_ARCH"
|
||||
ADDON_URL="$ADDON_SERVER_URL/$ADDON_PATH"
|
||||
|
Loading…
x
Reference in New Issue
Block a user