Add sudo kdesu backend option to CMake

This resolves Bug 1286
(cherry picked from commit 0b26938b49)
v3.5.13-sru
Alexander Golubev 12 years ago committed by Slávek Banko
parent df1b666cc5
commit 7d055511cc

@ -78,6 +78,7 @@ OPTION( WITH_AVAHI "Enable AVAHI support" OFF )
OPTION( WITH_PCRE "Enable pcre regex support for kjs" ON )
OPTION( WITH_INOTIFY "Enable inotify support for kio" ON )
OPTION( WITH_GAMIN "Enable FAM/GAMIN support" ${WITH_ALL_OPTIONS} )
OPTION( WITH_SUDO_KDESU_BACKEND "Use sudo as backend for kdesu (default is su)" OFF )
OPTION( WITH_ASPELL "Enable aspell support" OFF )
OPTION( WITH_HSPELL "Enable hspell support" OFF )

Loading…
Cancel
Save