summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJulian Xhokaxhiu2015-11-29 12:26:21 +0100
committerJulian Xhokaxhiu2015-11-29 12:26:21 +0100
commit12b2a41a36ee1bd4b59be120ead63d494a4a0def (patch)
tree3eea457febf5a977a92163842869739a377b70b3 /PKGBUILD
parent451a1da1297424694a7b2c6004542b229761f890 (diff)
downloadaur-12b2a41a36ee1bd4b59be120ead63d494a4a0def.tar.gz
Simplify the build task
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bcf52c6ad205..3c59b3301b10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Themaister <maister@archlinux.us>
pkgname=retroarch-rbp-git
-pkgver=1.2.2.3581.g3433a51
+pkgver=1.2.1.3640.g6c7da0e
pkgrel=1
pkgdesc="Reference frontend for the libretro API."
arch=('arm' 'armv6h' 'armv7h')
@@ -28,9 +28,7 @@ pkgver() {
build() {
cd "${_gitname}"
- export CFLAGS="$CFLAGS -I/opt/vc/include"
- export LDFLAGS="${LDFLAGS//-Wl,--as-needed} -L/opt/vc/lib/ -lGLESv2 -lEGL -lopenmaxil -lbcm_host -lvcos -lvchiq_arm -lpthread"
- ./configure --prefix=/usr --enable-neon --enable-dispmanx --enable-floathard --enable-udev
+ HAVE_VIDEOCORE=yes ./configure --prefix=/usr --enable-neon --enable-dispmanx --enable-floathard --enable-udev
make
}