From c66ce94d309d68ea8cb90d61f041c1a69ff94709 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 29 Jun 2012 11:58:19 +0000 Subject: added feature to disable inode/directory association git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2753 90c681e8-e032-0410-971d-27865f9a5e38 --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 2eeae5d6f..739f9e703 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -74,6 +74,7 @@ ENDIF(NOT LIB_SUFFIX) SET(LIB_DIR "lib${LIB_SUFFIX}" CACHE STRING "library path") SET(USE_SKINNED TRUE CACHE BOOL "enable/disable standard skinned user interface") +SET(USE_DIR_ASSOC TRUE CACHE BOOL "enable/disable inode/directory mime type association") pkg_search_module(X11 x11) @@ -187,5 +188,6 @@ MESSAGE("") MESSAGE("Advanced:") PRINT_SUMMARY ("Skinned user interface ............" USE_SKINNED X11_FOUND) PRINT_SUMMARY ("Automatic charset detection ......." USE_ENCA ENCA_FOUND) +PRINT_SUMMARY ("Directory association ............." USE_DIR_ASSOC 1) MESSAGE("") -- cgit v1.2.3-13-gbd6f