From e385728fd10833df49091acfedb09e6793682570 Mon Sep 17 00:00:00 2001 From: David Sansome Date: Mon, 24 Sep 2012 19:45:58 +0100 Subject: [PATCH] Add the BUNDLE_PROJECTM_PRESETS option back in (removed accidentally in revision b63d1cf9f183a6) --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index e764e9d6b..d9b085d44 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -281,6 +281,8 @@ if(ENABLE_VISUALISATIONS) endif(USE_SYSTEM_PROJECTM) endif(ENABLE_VISUALISATIONS) +option(BUNDLE_PROJECTM_PRESETS "Install Clementine's own copies of libprojectm presets - disable this if you want to use a system package instead" ON) + # We compile our own qsqlite3 by default now, because in Qt 4.7 the symbols we # need from it are private. option(STATIC_SQLITE "Compile and use a static sqlite3 library" ON)