summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Haag2015-08-07 18:47:15 +0200
committerChristoph Haag2015-08-07 18:47:15 +0200
commitf31b08ff3216b735e933e41192e77723e6d544f5 (patch)
tree0b4c85c7418e751a2ff11b50b508ddcb91012a0a /PKGBUILD
parentb5885724dfb6731f117fddf0f2806de3166399d6 (diff)
downloadaur-f31b08ff3216b735e933e41192e77723e6d544f5.tar.gz
add deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 40d351dcd4cc..83ff958b48ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgdesc="API and runtime that allows access to VR hardware from multiple vendors
arch=('x86_64')
url="https://github.com/ValveSoftware/openvr"
license=('custom')
-depends=('libgl')
+depends=('libgl' 'sdl2' 'glew')
optdepends=("oculus-udev: Udev rule to make the rift sensors usable to the user \"plugdev\""
"steam: For SteamVR (Duh)")
makedepends=('git' 'cmake')