summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Bouvier2022-02-25 02:34:15 +0100
committerAlexandre Bouvier2022-02-25 02:34:15 +0100
commitb6ea288eacd0de8250fe3980514bd5898abd6e91 (patch)
tree8add1aa8dd3e119f53f4fa9662bee203d0f74534
parent899054a7201e3ecfd7d40f02244242eab2ec1742 (diff)
downloadaur-b6ea288eacd0de8250fe3980514bd5898abd6e91.tar.gz
delete rpath
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9f9dfdd9a44..30909cc74e7c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libretro-ppsspp-git
pkgdesc = Sony PlayStation Portable core
pkgver = 1.12.3.r980.g3bfab6326
- pkgrel = 1
+ pkgrel = 2
url = https://www.ppsspp.org/
arch = arm
arch = armv6h
diff --git a/PKGBUILD b/PKGBUILD
index 6c9bec5c7f6b..abf473a99300 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=libretro-ppsspp
pkgname=$_pkgname-git
pkgver=1.12.3.r980.g3bfab6326
-pkgrel=1
+pkgrel=2
pkgdesc="Sony PlayStation Portable core"
arch=('arm' 'armv6h' 'armv7h' 'i686' 'x86_64')
url="https://www.ppsspp.org/"
@@ -61,6 +61,7 @@ build() {
export PKG_CONFIG_PATH=/usr/lib/ffmpeg4.4/pkgconfig
cmake -S ppsspp -B build \
-DCMAKE_BUILD_TYPE=None \
+ -DCMAKE_SKIP_RPATH=ON \
-DLIBRETRO=ON \
-DUSE_SYSTEM_FFMPEG=ON \
-DUSE_SYSTEM_LIBPNG=ON \