mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +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"
|
OPTIMIZATIONS="speed"
|
||||||
|
|
||||||
# Project CFLAGS
|
# Project CFLAGS
|
||||||
PROJECT_CFLAGS=""
|
PROJECT_CFLAGS="-mfpmath=sse -ftree-vectorize -mmovbe"
|
||||||
|
|
||||||
# Timezone to use (empty disables timezone support)
|
# Timezone to use (empty disables timezone support)
|
||||||
# use a TZ environment string
|
# use a TZ environment string
|
||||||
@ -160,7 +160,7 @@
|
|||||||
INSTALLER_SUPPORT="yes"
|
INSTALLER_SUPPORT="yes"
|
||||||
|
|
||||||
# build with games support (yes / no)
|
# build with games support (yes / no)
|
||||||
GAMES="no"
|
GAMES="yes"
|
||||||
|
|
||||||
# build with emulator support (yes / no)
|
# build with emulator support (yes / no)
|
||||||
EMULATORS="yes"
|
EMULATORS="yes"
|
||||||
@ -170,3 +170,10 @@
|
|||||||
|
|
||||||
# Coreboot support (yes / no)
|
# Coreboot support (yes / no)
|
||||||
COREBOOT="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"
|
INSTALLER_SUPPORT="yes"
|
||||||
|
|
||||||
# build with games support (yes / no)
|
# build with games support (yes / no)
|
||||||
GAMES="no"
|
GAMES="yes"
|
||||||
|
|
||||||
# build with emulator support (yes / no)
|
# build with emulator support (yes / no)
|
||||||
EMULATORS="yes"
|
EMULATORS="yes"
|
||||||
@ -170,3 +170,10 @@
|
|||||||
|
|
||||||
# Coreboot support (yes / no)
|
# Coreboot support (yes / no)
|
||||||
COREBOOT="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"
|
INSTALLER_SUPPORT="yes"
|
||||||
|
|
||||||
# build with games support (yes / no)
|
# build with games support (yes / no)
|
||||||
GAMES="no"
|
GAMES="yes"
|
||||||
|
|
||||||
# build with emulator support (yes / no)
|
# build with emulator support (yes / no)
|
||||||
EMULATORS="yes"
|
EMULATORS="yes"
|
||||||
@ -170,3 +170,10 @@
|
|||||||
|
|
||||||
# Coreboot support (yes / no)
|
# Coreboot support (yes / no)
|
||||||
COREBOOT="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