mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/retroarch to 1.7.9.2-2
This commit is contained in:
parent
3d39279189
commit
632a19f7dd
1 changed files with 9 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
pkgname=retroarch
|
||||
pkgver=1.7.9.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Reference frontend for the libretro API'
|
||||
arch=(x86_64)
|
||||
url=http://www.libretro.com/
|
||||
|
@ -16,6 +16,7 @@ license=(GPL)
|
|||
groups=(libretro)
|
||||
depends=(
|
||||
alsa-lib
|
||||
flac
|
||||
libass.so
|
||||
libavcodec.so
|
||||
libavformat.so
|
||||
|
@ -28,7 +29,9 @@ depends=(
|
|||
libswscale.so
|
||||
libudev.so
|
||||
libusb-1.0.so
|
||||
mbedtls
|
||||
mesa
|
||||
miniupnpc
|
||||
openal
|
||||
qt5-base
|
||||
sdl2
|
||||
|
@ -85,10 +88,15 @@ build() {
|
|||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--disable-builtinflac \
|
||||
--disable-builtinmbedtls \
|
||||
--disable-builtinminiupnpc \
|
||||
--disable-builtinzlib \
|
||||
--disable-cg \
|
||||
--disable-jack \
|
||||
--disable-oss \
|
||||
--disable-sdl \
|
||||
--enable-dbus \
|
||||
--enable-opengles
|
||||
make
|
||||
make -C libretro-common/audio/dsp_filters
|
||||
|
|
Loading…
Reference in a new issue