diff options
author | gregory guy <gregory-tde@laposte.net> | 2021-04-28 15:20:33 +0200 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-05-21 12:19:41 +0900 |
commit | 7361bb110836f5bf94590a4a6505b118342fe6e8 (patch) | |
tree | 332df359fdf8d87f867d81110f59a9dd76bf5e35 | |
parent | c4638949d61912c44b027cc8dcc2b3c174d2d8aa (diff) | |
download | tdeartwork-7361bb110836f5bf94590a4a6505b118342fe6e8.tar.gz tdeartwork-7361bb110836f5bf94590a4a6505b118342fe6e8.zip |
add symbols visibility option
Signed-off-by: gregory guy <gregory-tde@laposte.net>
(cherry picked from commit d9d663485e46f8cc27eb29da72647ed452d8396c)
-rw-r--r-- | CMakeLists.txt | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index cdb7eae1..aa21a357 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,12 +43,13 @@ tde_setup_paths( ) ##### optional stuff -option( WITH_ALL_OPTIONS "Enable all optional support" OFF ) -option( WITH_XSCREENSAVER "Enable xscreensavers support" ${WITH_ALL_OPTIONS} ) -option( WITH_ALL_INCLUDED_XSCREENSAVERS "Install all included desktop files" OFF ) #regardless of the presence of XML -option( WITH_LIBART "Enable libart support" ${WITH_ALL_OPTIONS} ) -option( WITH_OPENGL "Enable 3D GL modes" ${WITH_ALL_OPTIONS} ) -option( WITH_ARTS "Enable aRts support" OFF ) +option( WITH_ALL_OPTIONS "Enable all optional support" OFF ) +option( WITH_GCC_VISIBILITY "Enable fvisibility and fvisibility-inlines-hidden" ${WITH_ALL_OPTIONS} ) +option( WITH_XSCREENSAVER "Enable xscreensavers support" ${WITH_ALL_OPTIONS} ) +option( WITH_ALL_INCLUDED_XSCREENSAVERS "Install all included desktop files" ${WITH_ALL_OPTIONS} ) #regardless of the presence of XML +option( WITH_LIBART "Enable libart support" ${WITH_ALL_OPTIONS} ) +option( WITH_OPENGL "Enable 3D GL modes" ${WITH_ALL_OPTIONS} ) +option( WITH_ARTS "Enable aRts support" ${WITH_ALL_OPTIONS} ) ########### options comments ############## # # |