-
Notifications
You must be signed in to change notification settings - Fork 81
Expand file tree
/
Copy pathriscv64.patch
More file actions
38 lines (38 loc) · 745 Bytes
/
riscv64.patch
File metadata and controls
38 lines (38 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
--- PKGBUILD 2023-09-10 00:55:26.455719410 -0700
+++ PKGBUILD-riscv 2023-09-10 00:52:21.902014518 -0700
@@ -6,13 +6,12 @@
pkgver=1.15.0
pkgrel=3
pkgdesc='Reference frontend for the libretro API'
-arch=(x86_64)
+arch=('x86_64' 'riscv64')
url=http://www.libretro.com/
license=(GPL)
groups=(libretro)
depends=(
alsa-lib
- ffmpeg
flac
libass.so
libdrm
@@ -31,7 +30,6 @@
zlib
)
makedepends=(
- gamemode
git
libdecor
libx11
@@ -88,8 +86,10 @@
--disable-cg \
--disable-jack \
--disable-oss \
- --disable-sdl \
- --enable-dbus
+ --enable-dbus \
+ --enable-opengles \
+ --enable-egl \
+ --disable-ffmpeg
make
make -C libretro-common/audio/dsp_filters
make -C gfx/video_filters