From e5119b49ec7ee3108d4b1e63005641f9df08bf47 Mon Sep 17 00:00:00 2001 From: jmayer Date: Mon, 22 Aug 2011 08:08:38 +0000 Subject: Rename UI_MANAGER to ENABLE_UI_MANAGER, put it into CMakeOptions and enable it by default. Update comment in proto_help that this feature is no longer built by default. Enable PYTHON by default. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38659 f5534014-38df-0310-8fa8-9805f1628bb7 --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 32051badfd..63f3915ffe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -431,6 +431,9 @@ 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 -- cgit v1.2.3