Fix PPSSPPSDL dependency.
This commit is contained in:
parent
e4b2ee9fe5
commit
d55d870175
2 changed files with 2 additions and 3 deletions
|
@ -8,7 +8,7 @@ PKG_ARCH="any"
|
|||
PKG_LICENSE="GPLv2"
|
||||
PKG_SITE="https://github.com/hrydgard/ppsspp"
|
||||
PKG_URL="https://github.com/hrydgard/ppsspp.git"
|
||||
PKG_DEPENDS_TARGET="toolchain ffmpeg libzip SDL2 zlib zip"
|
||||
PKG_DEPENDS_TARGET="toolchain ffmpeg libzip SDL2 zlib zip libpng17"
|
||||
PKG_SHORTDESC="PPSSPPDL"
|
||||
PKG_LONGDESC="PPSSPP Standalone"
|
||||
GET_HANDLER_SUPPORT="git"
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
||||
|
||||
PKG_NAME="libpng"
|
||||
PKG_VERSION="1.6.37"
|
||||
PKG_SHA256="505e70834d35383537b6491e7ae8641f1a4bed1876dbfe361201fc80868d88ca"
|
||||
PKG_VERSION="1.6.39"
|
||||
PKG_LICENSE="LibPNG2"
|
||||
PKG_SITE="http://www.libpng.org/"
|
||||
PKG_URL="$SOURCEFORGE_SRC/libpng/$PKG_NAME-$PKG_VERSION.tar.xz"
|
||||
|
|
Loading…
Reference in a new issue