diff options
-rw-r--r-- | CMakeLists.txt | 13 | ||||
m--------- | admin | 0 | ||||
m--------- | cmake | 0 |
3 files changed, 13 insertions, 0 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 -Subproject a84dfb918b09c3e577b5ebd811761daf4fc8226 +Subproject efdff81cd246d0737ecb1a82ef6fd588c0a6bc0 diff --git a/cmake b/cmake -Subproject 3e0a4c9f3bb710512f7f21dc63970804ee09d09 +Subproject f1cea7f894713183e061fa6d2b69b05889a90a0 |