Disable online updates in the ES package.

This commit is contained in:
fewtarius 2022-12-04 10:22:53 -05:00
parent 3c352aa37d
commit c9410f1598
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A

View file

@ -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.