summaryrefslogtreecommitdiff
path: root/CMakeOptions.txt
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2013-07-21 18:10:30 +0000
committerJörg Mayer <jmayer@loplof.de>2013-07-21 18:10:30 +0000
commitf506b45c321d0b0ddcb7386ef14b3859fe9ee4b4 (patch)
treeda065f738203e297d0a418ee9cefa688d6b6f56f /CMakeOptions.txt
parent6eafdc36105541de39b91a208e4c339bc356ced6 (diff)
downloadwireshark-f506b45c321d0b0ddcb7386ef14b3859fe9ee4b4.tar.gz
Add option for echld builds (forgot that in a previous commit)
svn path=/trunk/; revision=50759
Diffstat (limited to 'CMakeOptions.txt')
-rw-r--r--CMakeOptions.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeOptions.txt b/CMakeOptions.txt
index 72bf4cfb52..dd341d619c 100644
--- a/CMakeOptions.txt
+++ b/CMakeOptions.txt
@@ -31,6 +31,7 @@ option(ENABLE_PCAP "Enable libpcap support (required for capturing)" ON)
option(ENABLE_AIRPCAP "Enable AirPcap support" OFF)
# todo
option(ENABLE_STATIC "Build a static version of Wireshark (not yet working)" OFF)
+option(ENABLE_ECHLD "Enable echld support" OFF)
option(ENABLE_PLUGINS "Build with plugins" ON)
option(ENABLE_GUIDES "Build Guides" OFF)
option(ENABLE_PCAP_NG_DEFAULT "Enable pcap-ng as default file format" ON)