Enable python scripting support by default again

This commit is contained in:
David Sansome 2011-04-22 18:53:37 +00:00
parent d28e5ae09a
commit 0b2332cbd4
1 changed files with 4 additions and 4 deletions

View File

@ -173,8 +173,8 @@ option(ENABLE_VISUALISATIONS "Use libprojectm visualisations" ON)
option(BUNDLE_PROJECTM_PRESETS "Install Clementine's own copies of libprojectm presets - disable this if you want to use a system package instead" ON)
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_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_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" OFF)
option(ENABLE_BREAKPAD "Enable crash reporting" OFF)
@ -374,8 +374,8 @@ summary_add("Wiimote support" HAVE_WIIMOTEDEV)
summary_add("Visualisations" ENABLE_VISUALISATIONS)
summary_add("Last.fm support" HAVE_LIBLASTFM)
summary_add("Crash reporting" HAVE_BREAKPAD)
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("(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()