summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacek Szafarkiewicz2021-04-26 14:16:36 +0200
committerJacek Szafarkiewicz2021-04-26 14:16:36 +0200
commit8b7e827037c23e1b2579a89aa0f4cb0236b4b838 (patch)
tree12578e3d4d289d800aa9201cbc458cd8dc3045fb
parentaf432275bebf09fb949f262a198a596924628e02 (diff)
downloadaur-8b7e827037c23e1b2579a89aa0f4cb0236b4b838.tar.gz
Add dep for udev
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 121a205f13a9..bd8fb54e79f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -20,6 +20,7 @@ pkgbase = sunshine-git
depends = libxfixes
depends = libevdev
depends = libxcb
+ depends = udev
provides = sunshine
conflicts = sunshine
source = sunshine::git+https://github.com/loki-47-6F-64/sunshine.git
diff --git a/PKGBUILD b/PKGBUILD
index 8bd5061d614a..75599101b219 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="https://github.com/loki-47-6F-64/sunshine"
arch=('x86_64' 'i686')
license=('GPL3')
-depends=('boost-libs' 'ffmpeg' 'openssl' 'libpulse' 'opus' 'libxtst' 'libx11' 'libxfixes' 'libevdev' 'libxcb')
+depends=('boost-libs' 'ffmpeg' 'openssl' 'libpulse' 'opus' 'libxtst' 'libx11' 'libxfixes' 'libevdev' 'libxcb' 'udev')
makedepends=('git' 'cmake' 'boost')
provides=('sunshine')