summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFederico Di Pierro2019-11-26 19:39:19 +0100
committerFederico Di Pierro2019-11-26 19:39:19 +0100
commit407defcf13a014d75d279c8e77beb632aa961a0f (patch)
treec9f0424c6fb893b71e40bb5b4a9a7ed1cc8645e7 /PKGBUILD
parent5e3f75668458919c15d80ecd9cde1ccd02bf2737 (diff)
downloadaur-407defcf13a014d75d279c8e77beb632aa961a0f.tar.gz
Actually build SCREEN module.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3466bac6563f..9f82a386c02d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=clightd
_gitname=Clightd
pkgver=4.0
-pkgrel=1
+pkgrel=2
pkgdesc="Bus interface to change screen brightness and capture frames from webcam."
arch=('i686' 'x86_64')
url="https://github.com/FedeDP/${_gitname}"
@@ -28,7 +28,7 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_BUILD_TYPE="Release" \
- -DENABLE_DDC=1 -DENABLE_GAMMA=1 -DENABLE_IDLE=1 -DENABLE_DPMS=1 \
+ -DENABLE_DDC=1 -DENABLE_GAMMA=1 -DENABLE_DPMS=1 -DENABLE_SCREEN=1 \
..
make
}