diff options
author | Jörg Mayer <jmayer@loplof.de> | 2011-06-08 18:10:03 +0000 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2011-06-08 18:10:03 +0000 |
commit | 48904e0a7156dfa9be299b2283716fec5a4b39d5 (patch) | |
tree | 7e5b98a2aa79dce57fde0110f71b46f38b43df8f /CMakeOptions.txt | |
parent | 5d78458e4bfd6a6377d320ffc5dbb110fc99883e (diff) | |
download | wireshark-48904e0a7156dfa9be299b2283716fec5a4b39d5.tar.gz wireshark-48904e0a7156dfa9be299b2283716fec5a4b39d5.tar.bz2 wireshark-48904e0a7156dfa9be299b2283716fec5a4b39d5.zip |
Add GTK3 cmake options. It doesn't build, just like its configure pendant.
svn path=/trunk/; revision=37623
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 adf95db057..9ee5889ce3 100644 --- a/CMakeOptions.txt +++ b/CMakeOptions.txt @@ -17,6 +17,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" OFF) option(ENABLE_AIRPCAP "Enable Airpcap support" ON) # todo option(ENABLE_STATIC "Build a static version of Wireshark (not yet working)" OFF) |