From e957684ab8d0566e6713ccc591ceeb04922d9529 Mon Sep 17 00:00:00 2001 From: uwolfer Date: Tue, 24 Jul 2007 19:55:56 +0000 Subject: [PATCH] Disable cryptography plugin. It does not build because of the kleo move back to kdepim. git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/KDE/kdenetwork@691984 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kopete/plugins/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kopete/plugins/CMakeLists.txt b/kopete/plugins/CMakeLists.txt index 44717c8d1..fc2e4e9ea 100644 --- a/kopete/plugins/CMakeLists.txt +++ b/kopete/plugins/CMakeLists.txt @@ -5,7 +5,8 @@ endif (UNIX) add_subdirectory( autoreplace ) add_subdirectory( history ) add_subdirectory( contactnotes ) -add_subdirectory( cryptography ) +message(STATUS "Disable cryptography plugin. It does not build because of the kleo move back to kdepim") +# add_subdirectory( cryptography ) add_subdirectory( connectionstatus ) add_subdirectory( translator ) add_subdirectory( nowlistening ) -- 2.11.4.GIT