summaryrefslogtreecommitdiff
path: root/CMakeOptions.txt
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2013-07-24 11:51:10 +0000
committerJörg Mayer <jmayer@loplof.de>2013-07-24 11:51:10 +0000
commit18155bd148a5352a1c8fe2f36424f7051163229d (patch)
treedfd9d1fb92cc303172f2330ed300bc1c35768574 /CMakeOptions.txt
parent957436d5b89291c653d9dc6226d858140490cd36 (diff)
downloadwireshark-18155bd148a5352a1c8fe2f36424f7051163229d.tar.gz
Change default gtk build from version 2 to version 3 for
autotool, cmake and nmake. No idea what it takes to change the visual project stuff svn path=/trunk/; revision=50863
Diffstat (limited to 'CMakeOptions.txt')
-rw-r--r--CMakeOptions.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeOptions.txt b/CMakeOptions.txt
index cbf9dd81e3..17a6c146eb 100644
--- a/CMakeOptions.txt
+++ b/CMakeOptions.txt
@@ -19,7 +19,7 @@ option(AUTOGEN_pidl "Autogenerate pidl dissectors" OFF)
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 to build wireshark" OFF)
+option(ENABLE_GTK3 "Use GTK3 instead of GTK2 to build wireshark" ON)
option(ENABLE_QT5 "Use Qt5 instead of Qt4 to build qtshark" OFF)
option(ENABLE_PCAP "Enable libpcap support (required for capturing)" ON)
#