summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Golubev <fatzer2@gmail.com>2012-12-17 02:12:00 +0100
committerSlávek Banko <slavek.banko@axis.cz>2012-12-17 02:12:00 +0100
commit0b26938b49885b762923cbec951ba03af04f57aa (patch)
treeb721dca3eab8de35a5e35581b63729ebd22538e3
parent5356a8348cd4d26014b059db2e10c16879da8f70 (diff)
downloadtdelibs-0b26938b.tar.gz
tdelibs-0b26938b.zip
Add sudo kdesu backend option to CMake
This resolves Bug 1286
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 78d72aa9e..74f783b02 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -84,6 +84,7 @@ OPTION( WITH_GCC_VISIBILITY "Enable fvisibility and fvisibility-inlines-hidden"
OPTION( WITH_INOTIFY "Enable inotify support for kio" ON )
OPTION( WITH_GAMIN "Enable FAM/GAMIN support" ${WITH_ALL_OPTIONS} )
OPTION( WITH_NETWORK_MANAGER_BACKEND "Enable network-manager support" OFF )
+OPTION( WITH_SUDO_TDESU_BACKEND "Use sudo as backend for tdesu (default is su)" OFF )
OPTION( WITH_ASPELL "Enable aspell support" ${WITH_ALL_OPTIONS} )
OPTION( WITH_HSPELL "Enable hspell support" ${WITH_ALL_OPTIONS} )