add symbols visibility option

Signed-off-by: gregory guy <gregory-tde@laposte.net>
pull/16/head
gregory guy 3 years ago
parent 749694a3f2
commit d9d663485e
No known key found for this signature in database
GPG Key ID: 2CC84A1CC6823AF8

@ -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 ##############
# #

Loading…
Cancel
Save