diff --git a/CMakeLists.txt b/CMakeLists.txt index 8c2128a78..a3aa766c9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -177,9 +177,9 @@ option(BUNDLE_PROJECTM_PRESETS "Install Clementine's own copies of libprojectm p option(ENABLE_SOUNDMENU "Add Clementine to the Gnome sound menu" ON) option(ENABLE_LIBLASTFM "Use liblastfm for fetching song info, scrobbling and radio streams" ON) option(ENABLE_LIBTUNEPIMP "Use libtunepimp for generating fingerprinting for musicbrainz, for auto tagging" ON) -option(ENABLE_SCRIPTING_ARCHIVES "Enable support for loading scripts from archives (.clem or .tar.gz files)" ON) -option(ENABLE_SCRIPTING_PYTHON "Enable python scripting" ON) -option(ENABLE_REMOTE "Enable support for using remote controls with Clementine" ON) +option(ENABLE_SCRIPTING_ARCHIVES "Enable support for loading scripts from archives (.clem or .tar.gz files)" OFF) +option(ENABLE_SCRIPTING_PYTHON "Enable python scripting" OFF) +option(ENABLE_REMOTE "Enable support for using remote controls with Clementine" OFF) if(ENABLE_LIBGPOD AND LIBGPOD_FOUND) set(HAVE_LIBGPOD ON) @@ -350,9 +350,9 @@ summary_add("Gnome sound menu integration" HAVE_LIBINDICATE) summary_add("Wiimote support" ENABLE_WIIMOTEDEV) summary_add("Visualisations" ENABLE_VISUALISATIONS) summary_add("Last.fm support" HAVE_LIBLASTFM) -summary_add("Scripting support: loading archives" HAVE_LIBARCHIVE) -summary_add("Scripting support: Python" HAVE_SCRIPTING_PYTHON) -summary_add("(Mac OS X) Sparkle integration" HAVE_SPARKLE) summary_add("MusicBrainz support" HAVE_LIBTUNEPIMP) -summary_add("Remote control support" HAVE_REMOTE) +summary_add("(Mac OS X) Sparkle integration" HAVE_SPARKLE) +summary_add("(unstable) Scripting support: loading archives" HAVE_LIBARCHIVE) +summary_add("(unstable) Scripting support: Python" HAVE_SCRIPTING_PYTHON) +summary_add("(unstable) Remote control support" HAVE_REMOTE) summary_show()