aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeOptions.txt
diff options
context:
space:
mode:
authorAndersBroman <anders.broman@ericsson.com>2018-04-05 08:59:12 +0200
committerAnders Broman <a.broman58@gmail.com>2018-04-05 13:31:22 +0000
commit36dc5781ba0ab2067528f646fe2f9dcf5500b3f5 (patch)
tree2c1e4886deefa77fb611c83062d2a5927777d908 /CMakeOptions.txt
parentd43210e6844e00877aa964bfe88b6c5d1f4ed3c5 (diff)
GTK Cmake: Remove the option to build the GTK UI.
Change-Id: If702717b559a727388d83ce82c0fc2967c662ff0 Reviewed-on: https://code.wireshark.org/review/26747 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'CMakeOptions.txt')
-rw-r--r--CMakeOptions.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/CMakeOptions.txt b/CMakeOptions.txt
index fc7064ac9e..7afc408997 100644
--- a/CMakeOptions.txt
+++ b/CMakeOptions.txt
@@ -1,7 +1,6 @@
# Build options for use by CMake
option(BUILD_wireshark "Build Wireshark" ON)
-option(BUILD_wireshark_gtk "Build Wireshark (GTK+ UI)" OFF)
option(BUILD_tshark "Build tshark" ON)
option(BUILD_tfshark "Build tfshark" OFF)
option(BUILD_rawshark "Build rawshark" ON)
@@ -41,14 +40,6 @@ option(ENABLE_UBSAN "Enable UndefinedBehaviorSanitizer (UBSan) for debugging" OF
option(ENABLE_CHECKHF_CONFLICT "Enable hf conflict check for debugging (start-up may be slower)" OFF)
option(ENABLE_CCACHE "Speed up compiling and linking using ccache if possible" OFF)
-#
-# Leave GTK2 the default on Windows, looks better than GTK3
-#
-if(WIN32)
- option(ENABLE_GTK3 "Use GTK3 instead of GTK2 to build wireshark" OFF)
-else()
- option(ENABLE_GTK3 "Use GTK3 instead of GTK2 to build wireshark" ON)
-endif()
option(ENABLE_QT5 "Use Qt5 instead of Qt4 to build wireshark" ON)
option(ENABLE_PCAP "Enable libpcap support (required for capturing)" ON)
#
@@ -64,7 +55,6 @@ option(ENABLE_PLUGINS "Build with plugins" ON)
option(ENABLE_PLUGIN_IFDEMO "Build with plugin interface demo" OFF)
option(ENABLE_PCAP_NG_DEFAULT "Enable pcapng as default file format" ON)
-option(ENABLE_PORTAUDIO "Build with PortAudio support" ON)
option(ENABLE_ZLIB "Build with zlib compression support" ON)
option(ENABLE_LZ4 "Build with LZ4 compression support" ON)
option(ENABLE_SNAPPY "Build with Snappy compression support" ON)