aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.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 /CMakeLists.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 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7f1bf637a6..85cb6ca7b4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -243,7 +243,6 @@ endif()
if(BUILD_wireshark)
if(ENABLE_GTK3)
set(PACKAGELIST ${PACKAGELIST} GTK3)
- set(ENABLE_UI_MANAGER ON)
else()
set(PACKAGELIST ${PACKAGELIST} GTK2)
set(GTK2_OPTIONS COMPONENTS gtk)
@@ -430,9 +429,6 @@ add_subdirectory( wsutil )
if(BUILD_wireshark AND GTK_FOUND)
add_subdirectory( gtk )
- if (ENABLE_UI_MANAGER)
- set(MAIN_MENU_USE_UIMANAGER 1)
- endif()
endif()
# Basedir where to install guides