Merge pull request #94 from fewtarius/dev
Add libvorbis to fix a dependency issue.
This commit is contained in:
commit
fc47c1b8d6
2 changed files with 2 additions and 1 deletions
|
@ -47,6 +47,7 @@ makeinstall_target() {
|
|||
libdbus-1 \
|
||||
libdav1d \
|
||||
libFLAC \
|
||||
libvorbis \
|
||||
libspeex \
|
||||
libssl \
|
||||
libcrypt \
|
||||
|
|
|
@ -6,7 +6,7 @@ PKG_VERSION="da5d135a9ffb242618e60718345babe94a13ceb9"
|
|||
PKG_SITE="https://github.com/libretro/RetroArch"
|
||||
PKG_URL="${PKG_SITE}.git"
|
||||
PKG_LICENSE="GPLv3"
|
||||
PKG_DEPENDS_TARGET="toolchain SDL2 alsa-lib openssl freetype zlib retroarch-assets core-info ffmpeg libass joyutils empty ${OPENGLES} nss-mdns openal-soft libogg libvorbisidec libvpx libpng libdrm librga pulseaudio miniupnpc flac"
|
||||
PKG_DEPENDS_TARGET="toolchain SDL2 alsa-lib openssl freetype zlib retroarch-assets core-info ffmpeg libass joyutils empty ${OPENGLES} nss-mdns openal-soft libogg libvorbisidec libvorbis libvpx libpng libdrm librga pulseaudio miniupnpc flac"
|
||||
PKG_LONGDESC="Reference frontend for the libretro API."
|
||||
GET_HANDLER_SUPPORT="git"
|
||||
|
||||
|
|
Loading…
Reference in a new issue