diff options
author | Slávek Banko <[email protected]> | 2012-08-22 22:03:43 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2012-08-22 22:09:58 +0200 |
commit | d70d3bb050b2ef8080fa4208eaf7857d2a28b409 (patch) | |
tree | babba600548d5bc533816b2d35a9afe99c9e568b /config.h.cmake | |
parent | 57fccb8a96b0c9075bd5a8c30614499e6f536608 (diff) | |
download | tdebase-d70d3bb050b2ef8080fa4208eaf7857d2a28b409.tar.gz tdebase-d70d3bb050b2ef8080fa4208eaf7857d2a28b409.zip |
Disable use of SAK if TSAK is not built
Thanks to Francois Andriot for the patch
This resolves Bug 1180
(cherry picked from commit 8f514540fcb06ca42c2829313b4058e45dda3a53)
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake index ba80cabac..ccfdf43ac 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -174,3 +174,6 @@ // kdm, kcontrol #cmakedefine WITH_XRANDR "@WITH_XRANDR@" + +// tsak +#cmakedefine BUILD_TSAK "@BUILD_TSAK@" |