diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2014-04-05 12:13:00 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2014-04-05 12:15:17 +0200 |
commit | fa8d1f84ac8531d2400ed1d1409622cea3ab851a (patch) | |
tree | 265cf0e03741f1e7b11a530e00c1e40118c9daad | |
parent | 85759f2b08536f026e2535205d579812c93bdf90 (diff) | |
download | tdenetwork-fa8d1f84ac8531d2400ed1d1409622cea3ab851a.tar.gz tdenetwork-fa8d1f84ac8531d2400ed1d1409622cea3ab851a.zip |
Removed unused build option WITH_WEBCAM
This relates to Bug 1547.
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5d4f0543..81df9962 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,7 +46,6 @@ tde_setup_paths( ) option( WITH_JINGLE "Enable jingle support (kopete)" OFF ) option( WITH_SPEEX "Enable speex support (for jingle)" OFF ) -option( WITH_WEBCAM "Enable webcam support (kopete/msn)" OFF ) option( WITH_GSM "Enable GSM SMS support (kopete/sms)" OFF ) option( WITH_XMMS "Enable XMMS support (kopete/nowlistening)" OFF ) option( WITH_ARTS "Enable aRts support" OFF ) |