summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6be566c7fc82..adc9e17b64da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = clightd-git
depends = linux-api-headers
depends = libx11
depends = libxrandr
+ depends = polkit
optdepends = clight-git: user service to automagically change screen backlight matching ambient brightness.
source = git://github.com/FedeDP/Clightd.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index fb0cb39346ea..c0e50afa6628 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Bus interface to change screen brightness and capture frames from webca
arch=('i686' 'x86_64')
url="https://github.com/FedeDP/${_gitname}"
license=('GPL')
-depends=('systemd' 'linux-api-headers' 'libx11' 'libxrandr')
+depends=('systemd' 'linux-api-headers' 'libx11' 'libxrandr' 'polkit')
makedepends=('git')
optdepends=('clight-git: user service to automagically change screen backlight matching ambient brightness.')
source=("git://github.com/FedeDP/${_gitname}.git")