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:05:22 +0200
commite208e9cac8f7b10e2a92468bd42027aef68c0ffb (patch)
tree0172ccf74defe1e6d7eadb406474b3587a5b5350 /CMakeLists.txt
parentfcf89e1e2ef3f427c78edc0cc258484422f962d3 (diff)
downloadkiosktool-e208e9cac8f7b10e2a92468bd42027aef68c0ffb.tar.gz
kiosktool-e208e9cac8f7b10e2a92468bd42027aef68c0ffb.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>
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