diff options
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | CMakeOptions.txt | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4313d5de61..feca771bc3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -464,8 +464,6 @@ set(PACKAGELIST ${PACKAGELIST} YAPP) set(PACKAGELIST ${PACKAGELIST} POD) -set(WANT_PACKET_EDITOR 1) - set(PROGLIST text2pcap mergecap capinfos editcap reordercap dumpcap) #Sort the package list 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 |