Disable online updates in the ES package.
This commit is contained in:
parent
3c352aa37d
commit
c9410f1598
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
# Copyright (C) 2020-present Fewtarius
|
||||
|
||||
PKG_NAME="emulationstation"
|
||||
PKG_VERSION="6738e21"
|
||||
PKG_VERSION="c14c587"
|
||||
PKG_GIT_CLONE_BRANCH="main"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
|
@ -28,7 +28,7 @@ if [ ! "${OPENGLES_SUPPORT}" = no ]; then
|
|||
fi
|
||||
|
||||
|
||||
PKG_CMAKE_OPTS_TARGET+=" -DENABLE_EMUELEC=1 -DDISABLE_KODI=1 -DENABLE_FILEMANAGER=0 -DCEC=0"
|
||||
PKG_CMAKE_OPTS_TARGET+=" -DENABLE_UPDATES=0 -DENABLE_EMUELEC=1 -DDISABLE_KODI=1 -DENABLE_FILEMANAGER=0 -DCEC=0"
|
||||
|
||||
##########################################################################################################
|
||||
# The following allows building Emulation station from local copy by using EMULATIONSTATION_SRC.
|
||||
|
|
Loading…
Reference in a new issue