ppsspp: remove linux from dependencies (#1952)

it is not needed that linux is built prior to ppsspp, it only delays the
build start of ppsspp.
This commit is contained in:
Tomáš Kelemen 2024-04-02 23:54:54 +02:00 committed by GitHub
parent bec997a880
commit 986bfe7701
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@ PKG_VERSION="d479b74ed9c3e321bc3735da29bc125a2ac3b9b2"
PKG_LICENSE="GPLv2"
PKG_SITE="https://github.com/hrydgard/ppsspp"
PKG_URL="${PKG_SITE}.git"
PKG_DEPENDS_TARGET="toolchain linux glibc libzip libpng zstd zlib bzip2 openssl speex"
PKG_DEPENDS_TARGET="toolchain glibc libzip libpng zstd zlib bzip2 openssl speex"
PKG_LONGDESC="Libretro port of PPSSPP"
PKG_TOOLCHAIN="cmake"
PKG_LR_UPDATE_TAG="yes"