summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2020-09-20 18:06:40 -0400
committerVincent Grande2020-09-20 18:06:40 -0400
commitdb7d9c392fb0c25d18503d37f0d8ad4b583c3dcc (patch)
tree86e3c3ae796cb0ea9edeb35c153f5110eaa0fbb9
parent7f62771470089f52203730569d1db81ca01e9d85 (diff)
downloadaur-db7d9c392fb0c25d18503d37f0d8ad4b583c3dcc.tar.gz
libxxf86vm
-rw-r--r--.SRCINFO1
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a6163006c8e..d828d39b4565 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -22,6 +22,7 @@ pkgbase = sdl2-minimal-hg
depends = libx11
depends = libgl
depends = libxcursor
+ depends = libxxf86vm
optdepends = alsa-lib: ALSA audio driver
optdepends = libpulse: PulseAudio audio driver
optdepends = jack: JACK audio driver
diff --git a/PKGBUILD b/PKGBUILD
index 5a94302ccb68..9684c7ad959b 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="A library for portable low-level access to a video framebuffer, audio o
arch=('x86_64')
url="https://www.libsdl.org"
license=('MIT')
-depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor')
+depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor' 'libxxf86vm')
makedepends=('alsa-lib' 'mesa' 'libxrandr' 'libxinerama' 'libxkbcommon' 'libxss' 'cmake' 'libxxf86vm' 'mercurial' 'ninja' 'hidapi')
optdepends=('alsa-lib: ALSA audio driver'
'libpulse: PulseAudio audio driver'