summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLubosz Sarnecki2020-03-19 15:56:46 +0100
committerLubosz Sarnecki2020-03-19 15:56:46 +0100
commit24e8c3474add83354c577b70616e5d4583a3952d (patch)
tree4718c4aa291d8910d40f72df15d09a6b6193b4e0
parent94751db7722ab57e03b0c492f56ad345fcfd9ee5 (diff)
downloadaur-24e8c3474add83354c577b70616e5d4583a3952d.tar.gz
Add steam to optdepends.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 408df06cc169..fa975dad51c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,6 +15,7 @@ pkgbase = gxr-git
depends = openvr-git
depends = openxr-loader-git
optdepends = monado-git: The open source OpenXR runtime.
+ optdepends = steam: For SteamVR.
provides = gxr=0.13.99.869.bc54090
conflicts = gxr
source = git+https://gitlab.freedesktop.org/xrdesktop/gxr.git
diff --git a/PKGBUILD b/PKGBUILD
index b50233fbe896..cc61d11bcffb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,8 @@ license=('MIT')
source=('git+https://gitlab.freedesktop.org/xrdesktop/gxr.git')
-optdepends=('monado-git: The open source OpenXR runtime.')
+optdepends=('monado-git: The open source OpenXR runtime.'
+ 'steam: For SteamVR.')
md5sums=('SKIP')