|
|
|
|
@ -51,6 +51,7 @@ option( WITH_ALL_OPTIONS "Enable all sane optional stuff" OFF )
|
|
|
|
|
option( WITH_GCC_VISIBILITY "Enable fvisibility and fvisibility-inlines-hidden" ${WITH_ALL_OPTIONS} )
|
|
|
|
|
option( WITH_ARTS "Enable aRts support" ${WITH_ALL_OPTIONS} )
|
|
|
|
|
option( WITH_SDL "Enable SDL support" ${WITH_ALL_OPTIONS} )
|
|
|
|
|
option( WITH_SSL "Enable SSL support (build cert tdefile-plugin)" ON )
|
|
|
|
|
option( WITH_BERKELEY_DB "Enable Berkeley DB support" ${WITH_ALL_OPTIONS} )
|
|
|
|
|
option( WITH_XMMS "Enable xmms support" OFF )
|
|
|
|
|
|
|
|
|
|
@ -62,6 +63,8 @@ option( WITH_XMMS "Enable xmms support" OFF )
|
|
|
|
|
# with xmms
|
|
|
|
|
# WITH_ARTS affects konq-plugins/sidebar/mediaplayer, noatun plugins
|
|
|
|
|
# WITH_SDL affects noatun plugins
|
|
|
|
|
# WITH_SSL affects tdefile-plugins
|
|
|
|
|
# WITH_SSL requires tdelibs build WITH_SSL=ON
|
|
|
|
|
# WITH_BERKELEY_DB affects noatun plugins
|
|
|
|
|
|
|
|
|
|
# NOTE: WITH_XMMS supports only obsolte xmms version 1
|
|
|
|
|
|