aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeOptions.txt
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2011-08-30 11:44:21 +0000
committerJörg Mayer <jmayer@loplof.de>2011-08-30 11:44:21 +0000
commit3a48ef3e02debb403127802e6f0b70918907e5e5 (patch)
tree212365480175d65593cd8acaa94e8990aa972e31 /CMakeOptions.txt
parentad0533504336156dae75a46e5ed66b9779058050 (diff)
Make it possible to disable building with libpcap.
svn path=/trunk/; revision=38795
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 57e915d400..52a1efa122 100644
--- a/CMakeOptions.txt
+++ b/CMakeOptions.txt
@@ -19,6 +19,7 @@ option(DISABLE_WERROR "Do not treat Warnings as errors" OFF)
option(ENABLE_EXTRA_GCC_CHECKS "Do additional -W checks in GCC (disables -Werror)" OFF)
option(ENABLE_GTK3 "Use GTK3 instead of GTK2 (does not compile yet)" OFF)
option(ENABLE_UI_MANAGER "Build GTK UI with the new UI-Manager API" ON)
+option(ENABLE_PCAP "Enable libpcap support (required for capturing)" ON)
#
# Do not make this the default on UN*X; AirPcap support is available
# only on Windows. It might be nice to have it, on Windows, check