diff options
author | Jörg Mayer <jmayer@loplof.de> | 2013-11-07 20:32:41 +0000 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2013-11-07 20:32:41 +0000 |
commit | a00f13bbc31c05d396a2d06ee90504580c67468a (patch) | |
tree | 6f7feaed1de8e2b8b70c779bc27252189b0863f0 /CMakeOptions.txt | |
parent | ce6ca9a05d50ed8a0ffb613ae6af4fd304b39ccb (diff) | |
download | wireshark-a00f13bbc31c05d396a2d06ee90504580c67468a.tar.gz wireshark-a00f13bbc31c05d396a2d06ee90504580c67468a.tar.bz2 wireshark-a00f13bbc31c05d396a2d06ee90504580c67468a.zip |
Turn WANT_PACKET_EDITOR into an option until such a time that
it isn't a compile time option any more.
svn path=/trunk/; revision=53147
Diffstat (limited to 'CMakeOptions.txt')
-rw-r--r-- | CMakeOptions.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeOptions.txt b/CMakeOptions.txt index 0dea7c4ddb..4579ab9f63 100644 --- a/CMakeOptions.txt +++ b/CMakeOptions.txt @@ -22,6 +22,7 @@ option(ENABLE_EXTRA_GCC_CHECKS "Do additional -W checks in GCC (disables -Werror option(ENABLE_GTK3 "Use GTK3 instead of GTK2 to build wireshark" ON) option(ENABLE_QT5 "Use Qt5 instead of Qt4 to build qtshark" ON) option(ENABLE_PCAP "Enable libpcap support (required for capturing)" ON) +option(WANT_PACKET_EDITOR "Enable packet editor (experimental)" 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 |