mednafen: add flac dependency
This commit is contained in:
parent
f03d28be74
commit
8412e40da1
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ PKG_VERSION="1.32.0-UNSTABLE"
|
|||
PKG_LICENSE="mixed"
|
||||
PKG_SITE="https://mednafen.github.io/"
|
||||
PKG_URL="${PKG_SITE}/releases/files/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
||||
PKG_DEPENDS_TARGET="toolchain SDL2"
|
||||
PKG_DEPENDS_TARGET="toolchain SDL2 flac"
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
if [ "${DEVICE}" = "S922X*" ]; then
|
||||
|
|
Loading…
Reference in a new issue