summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVasily2020-01-09 14:02:02 +0100
committerVasily2020-01-09 14:02:02 +0100
commit0716ff95583720259eb56d7135c8cc6d65141ea6 (patch)
tree149b6f1575f2138d2e566737fd9e5db9c5884e88 /PKGBUILD
parente8736e6b718abe3325c3e72da461af3027f11303 (diff)
downloadaur-0716ff95583720259eb56d7135c8cc6d65141ea6.tar.gz
Add `libudev0-shim` as dependency
On a fresh Manjaro VM with `steam-manjaro` installed the application crashes due to not having `libudev.so.0`.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7e8d57f43522..98c9847f2d29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ url="https://github.com/OpenVR-Advanced-Settings/OpenVR-AdvancedSettings"
license=("GPL")
depends=("qt5-declarative"
"qt5-multimedia"
+ "libudev0-shim"
"mesa")
optdepends=("dbus: media player support"
"xorg-server: send keyboard keys")