summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgalister2024-03-01 20:06:44 +0100
committergalister2024-03-01 20:06:44 +0100
commita21c0780f00972727fcd2939f318ec1175488f98 (patch)
tree22f70bfebad07d2bf2a45d25851537405d474335 /PKGBUILD
parentf4c22c4403c177eeaef65f2edd727a11723ddab7 (diff)
downloadaur-a21c0780f00972727fcd2939f318ec1175488f98.tar.gz
add back openvr for linking
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 72be1b2cb6a8..e496045a134d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://github.com/galister/wlx-overlay-s"
arch=('x86_64')
license=('GPL-3.0-or-later')
depends=('gcc-libs' 'fontconfig' 'freetype2' 'libxkbcommon' 'dbus' 'libpipewire' 'alsa-lib')
-makedepends=('git' 'cargo' 'rust' 'cmake' 'python3' 'clang' 'libx11' 'libxext' 'libxrandr' 'openxr')
+makedepends=('git' 'cargo' 'rust' 'cmake' 'python3' 'clang' 'libx11' 'libxext' 'libxrandr' 'openxr' 'openvr')
conflicts=("$_pkgname")
provides=("$_pkgname")
source=("$_pkgname::git+https://github.com/galister/wlx-overlay-s.git")