diff --git a/projects/ION/options b/projects/ION/options index dac0a196c8..9e6f424d99 100644 --- a/projects/ION/options +++ b/projects/ION/options @@ -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" diff --git a/projects/generic/options b/projects/generic/options index 4cecd79a79..04f807de53 100644 --- a/projects/generic/options +++ b/projects/generic/options @@ -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" diff --git a/projects/intel/options b/projects/intel/options index ef8236f2d8..a61af011fe 100644 --- a/projects/intel/options +++ b/projects/intel/options @@ -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"