summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-02-09 18:46:24 +0100
committerSlávek Banko <slavek.banko@axis.cz>2020-02-09 18:46:24 +0100
commitd0a3e54edf83dff8e2484c1131e8448df2829edd (patch)
treec928d6143384c7199a6513ce6f2d6eb1cc05ab28
parent1037d386233764a3fd46c8e18699c874520d6d9e (diff)
downloadtdenetwork-d0a3e54edf83dff8e2484c1131e8448df2829edd.tar.gz
tdenetwork-d0a3e54edf83dff8e2484c1131e8448df2829edd.zip
Restore build option WITH_WEBCAM.
This reverts commit fa8d1f84ac8531d2400ed1d1409622cea3ab851a.
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 589cc6f3..1512944e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -48,6 +48,7 @@ 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 )