diff options
author | Alexander Golubev <fatzer2@gmail.com> | 2025-08-11 07:42:25 +0300 |
---|---|---|
committer | Fat-Zer <fatzer2@gmail.com> | 2025-08-22 10:34:51 +0000 |
commit | 7d616f7548e5ae1326cbb9b6d3ee378ef45beb13 (patch) | |
tree | c88227e0ae2bab9f2653e16a019e7763b629e65f /CMakeLists.txt | |
parent | a4fa8e6a15a1062f4d8a7834674c1f09d3ceeceb (diff) | |
download | tdeaddons-master.tar.gz tdeaddons-master.zip |
Required in case tdelibs were build without SSL support
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c56d2e8..b8ce5bb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 |