Skip to content

Commit

Permalink
mednafen: add flac dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sydarn committed Mar 8, 2024
1 parent f03d28b commit 8412e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/emulators/standalone/mednafen/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8412e40

Please sign in to comment.