Turn WANT_PACKET_EDITOR into an option until such a time that
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 7 Nov 2013 20:32:41 +0000 (20:32 +0000)
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 7 Nov 2013 20:32:41 +0000 (20:32 +0000)
it isn't a compile time option any more.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@53147 f5534014-38df-0310-8fa8-9805f1628bb7

CMakeLists.txt
CMakeOptions.txt

index 4313d5de61fd525ff9f2687b3ebcdd172ac15577..feca771bc3dca608fb6eb90180f7dcdf60b996ec 100644 (file)
@@ -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
index 0dea7c4ddb730484ee48d0b00b282036976baac4..4579ab9f63a566f0242ec63fc8077e09a49ba6d2 100644 (file)
@@ -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