summarylogtreecommitdiffstats
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
parent5e3f75668458919c15d80ecd9cde1ccd02bf2737 (diff)
downloadaur-407defcf13a014d75d279c8e77beb632aa961a0f.tar.gz
Actually build SCREEN module.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93f8fe0341bd..6ba2281b7d4a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = clightd
pkgdesc = Bus interface to change screen brightness and capture frames from webcam.
pkgver = 4.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/FedeDP/Clightd
arch = i686
arch = x86_64
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
}