aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeOptions.txt
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2011-09-25 21:27:19 +0000
committerJörg Mayer <jmayer@loplof.de>2011-09-25 21:27:19 +0000
commit576ab168c9e5c99111ef1e2147589f4a7f1b72b2 (patch)
treeaf0840735cd6529336c3d56fd72b76fe63a6f22f /CMakeOptions.txt
parent420acb2fba82e515b54f0e2da4a4aa8054e7e705 (diff)
Get rid of (hopefully) all configure options to enable MAIN_MENU_USE_UIMANAGER
as it is the only option left. svn path=/trunk/; revision=39138
Diffstat (limited to 'CMakeOptions.txt')
-rw-r--r--CMakeOptions.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/CMakeOptions.txt b/CMakeOptions.txt
index 52a1efa122..ea43c4ab4f 100644
--- a/CMakeOptions.txt
+++ b/CMakeOptions.txt
@@ -17,8 +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 (does not compile yet)" OFF)
-option(ENABLE_UI_MANAGER "Build GTK UI with the new UI-Manager API" ON)
+option(ENABLE_GTK3 "Use GTK3 instead of GTK2" OFF)
option(ENABLE_PCAP "Enable libpcap support (required for capturing)" ON)
#
# Do not make this the default on UN*X; AirPcap support is available