From 058a95c5fd0b07702dbdab2579ac7ecade4ef30c Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Tue, 20 Nov 2012 16:44:38 -0600 Subject: [PATCH] Add help comments to CMakeLists.txt. Thanks to Fat-Zer. --- CMakeLists.txt | 13 +++++++++++++ admin | 2 +- cmake | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index eb884fb5..e63e830b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -53,6 +53,19 @@ option( WITH_ARTS "Enable aRts support" OFF ) option( WITH_SLP "Enable OpenSLP support (krdc, krfb)" OFF ) +##### options comments ########################## + +# WITH_JINGLE affects kopete[protocol_jabber] +# WITH_SPEEX affects kopete[protocol_jabber+jingle] +# WITH_WEBCAM affects kopete[protocol_msn] +# WITH_GSM affects kopete[protocol_sms] +# WITH_GSM adds another backend to sms protocol in addition +# to smsclient and smssend, the gsmlib +# WITH_XMMS affects kopete[plugin_nowlistening] +# WITH_ARTS affects wifi +# WITH_SLP affects krdc krfb + + ##### kopete protocols ########################## option( BUILD_KOPETE_PROTOCOL_ALL "Build all kopete protocols" OFF ) diff --git a/admin b/admin index a84dfb91..efdff81c 160000 --- a/admin +++ b/admin @@ -1 +1 @@ -Subproject commit a84dfb918b09c3e577b5ebd811761daf4fc8226c +Subproject commit efdff81cd246d0737ecb1a82ef6fd588c0a6bc08 diff --git a/cmake b/cmake index 3e0a4c9f..f1cea7f8 160000 --- a/cmake +++ b/cmake @@ -1 +1 @@ -Subproject commit 3e0a4c9f3bb710512f7f21dc63970804ee09d09c +Subproject commit f1cea7f894713183e061fa6d2b69b05889a90a03