summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Xhokaxhiu2015-12-12 19:52:40 +0100
committerJulian Xhokaxhiu2015-12-12 19:52:40 +0100
commit89352cd48cefe3c8b32de42ffa219ce672be18db (patch)
tree9f3c4f885fcbad9e8336e6428f32a0f7f7109256
parent38b0c1ea61d36b7969f24357e821a5a876779b97 (diff)
downloadaur-89352cd48cefe3c8b32de42ffa219ce672be18db.tar.gz
Add sdl2 to the dependencies.
This fixes a compilation error.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a78baee15b2f..83d766d6c059 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,8 @@ pkgbase = retroarch-rbp-git
depends = mesa-libgl
depends = libusb
depends = openal
- depends = python
+ depends = python
+ depends = sdl2
makedepends = git
provides = retroarch
provides = retroarch-git
diff --git a/PKGBUILD b/PKGBUILD
index 0857e168d9c0..e869244210a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Reference frontend for the libretro API."
arch=('arm' 'armv6h' 'armv7h')
url="http://github.com/libretro/RetroArch"
license=('GPL')
-depends=('mesa' 'mesa-libgl' 'libusb' 'openal' 'python')
+depends=('mesa' 'mesa-libgl' 'libusb' 'openal' 'python' 'sdl2')
makedepends=('git')
provides=('retroarch' 'retroarch-git')
conflicts=('retroarch')