summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')