summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Di Pierro2017-05-15 20:41:45 +0200
committerFederico Di Pierro2017-05-15 20:41:45 +0200
commit2c5d4fb443ba5903009ab5677a3bea607f5f99d4 (patch)
tree80840545a54db3ce78c8eeffc785242828ef1511
parent4187806ce0284c7ad4ae499df389c47becff8a8b (diff)
downloadaur-2c5d4fb443ba5903009ab5677a3bea607f5f99d4.tar.gz
Updated
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index adc9e17b64da..c0c9543b4e7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = clightd-git
depends = linux-api-headers
depends = libx11
depends = libxrandr
+ depends = libxext
depends = polkit
optdepends = clight-git: user service to automagically change screen backlight matching ambient brightness.
source = git://github.com/FedeDP/Clightd.git
diff --git a/PKGBUILD b/PKGBUILD
index c0e50afa6628..65fea66314ab 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' 'polkit')
+depends=('systemd' 'linux-api-headers' 'libx11' 'libxrandr' 'libxext' 'polkit')
makedepends=('git')
optdepends=('clight-git: user service to automagically change screen backlight matching ambient brightness.')
source=("git://github.com/FedeDP/${_gitname}.git")