diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2012-06-29 11:58:19 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2012-06-29 11:58:19 +0000 |
| commit | c66ce94d309d68ea8cb90d61f041c1a69ff94709 (patch) | |
| tree | ed61132ab01d5886b50fb8dc8b9513c58909deaf /CMakeLists.txt | |
| parent | eab683e1c6e9a63f7af2b29cb4b11a2913feb40b (diff) | |
| download | qmmp-c66ce94d309d68ea8cb90d61f041c1a69ff94709.tar.gz qmmp-c66ce94d309d68ea8cb90d61f041c1a69ff94709.tar.bz2 qmmp-c66ce94d309d68ea8cb90d61f041c1a69ff94709.zip | |
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
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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("") |
