summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fdeb334cc61a..13def5146215 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = openhmd-git
makedepends = git
depends = hidapi
depends = glibc
+ optdepends = xr-hardware: Udev rules for accessing XR (VR and AR) hardware devices,
optdepends = oculus-udev: Udev rule for Oculus Rift,
optdepends = vive-udev: Udev rule for HTC Vive
provides = openhmd
diff --git a/PKGBUILD b/PKGBUILD
index 63b822cc492f..95aafb67451e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,6 +14,7 @@ provides=($basename)
makedepends=(meson git)
optdepends=(
+ 'xr-hardware: Udev rules for accessing XR (VR and AR) hardware devices',
'oculus-udev: Udev rule for Oculus Rift',
'vive-udev: Udev rule for HTC Vive'
)