summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorgregory guy <g-gregory@gmx.fr>2018-09-21 14:45:51 +0200
committerSlávek Banko <slavek.banko@axis.cz>2018-09-22 15:39:08 +0200
commite0f071e72365e82ded55143fc68db759d12b8357 (patch)
treee659763f9e83e42a5c49a15c0bc57093de310f36 /CMakeLists.txt
parent5725a6f6fafdd525d0ed9963f7a553886ed69c80 (diff)
downloadkiosktool-e0f071e72365e82ded55143fc68db759d12b8357.tar.gz
kiosktool-e0f071e72365e82ded55143fc68db759d12b8357.zip
add an option to build kcm-autostart, set by 'OFF' as default
Signed-off-by: gregory guy <g-gregory@gmx.fr> Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit e208e9cac8f7b10e2a92468bd42027aef68c0ffb)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 15f077d..739d036 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -50,6 +50,8 @@ option( BUILD_ALL "Build all" ON )
option( BUILD_DOC "Build documentation" ${BUILD_ALL} )
option( BUILD_TRANSLATIONS "Build translations" ${BUILD_ALL} )
+option( BUILD_KCM_AUTOSTART "Build kcm autostart" OFF )
+
##### configure checks