summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCecile Tonglet2018-05-12 19:37:27 +0200
committerCecile Tonglet2018-05-12 19:37:27 +0200
commit54ea5bca09a642ec04e0ba776aab66233afa6a28 (patch)
treeaeb2159d3aa42494c718e11d2eba10f1f412e785
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
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8b19b67db21..fd13c55c72cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = retroarch-rbp-git
pkgdesc = Reference frontend for the libretro API.
- pkgver = 1.7.0.18.g2768f639a2
+ pkgver = 1.7.3.90.gcc5393e54d
pkgrel = 1
url = http://www.libretro.com
arch = arm
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
}