summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCecile Tonglet2018-05-12 19:37:27 +0200
committerCecile Tonglet2018-05-12 19:37:27 +0200
commit54ea5bca09a642ec04e0ba776aab66233afa6a28 (patch)
treeaeb2159d3aa42494c718e11d2eba10f1f412e785 /PKGBUILD
parent787b1ae10d488f746cb9c94a69da065006403eba (diff)
downloadaur-54ea5bca09a642ec04e0ba776aab66233afa6a28.tar.gz
Updated sources & put back --disable-x11
It seems some people can't make it works properly on RPI3. I could not reproduce it. In doubt I added it backed. > X11 input/video drivers are activated, which lead to error on rbp3: > > [INFO] [Video]: Graphics driver did not initialize an input driver. Attempting to pick a suitable driver. > [ERROR] Currently active window is not an X11 window. Cannot use this driver. > [ERROR] [Video]: Cannot initialize input driver. Exiting ... > [ERROR] Fatal error received in: "video_driver_init_input()" > [ERROR] This core requires a content file. > > See also: https://retropie.org.uk/forum/topic/15530/retroarch-1-7-0-error/17
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a3ee19865cb8..18d69d788524 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Themaister <maister@archlinux.us>
pkgname=retroarch-rbp-git
-pkgver=1.7.0.18.g2768f639a2
+pkgver=1.7.3.92.gbe502a39fd
pkgrel=1
pkgdesc="Reference frontend for the libretro API."
arch=('arm' 'armv6h' 'armv7h')
@@ -47,7 +47,7 @@ build() {
./configure --prefix=/usr \
--enable-neon --enable-dispmanx --enable-floathard --enable-udev \
- --disable-ffmpeg --disable-cg --disable-jack --disable-oss --disable-sdl
+ --disable-ffmpeg --disable-cg --disable-jack --disable-oss --disable-sdl --disable-x11
make
}