Add a CMake option to WITH_ALL_OPTIONS to align with other projects.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/13/head
Slávek Banko 3 years ago
parent 7a7a60a910
commit 1f2c263aa2
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -43,11 +43,13 @@ tde_setup_paths( )
##### optional stuff ############################
option( WITH_XSCREENSAVER "Enable xscreensavers support" ON )
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 regardless of the presence of XML" OFF )
option( WITH_LIBART "Enable libart support" ON )
option( WITH_OPENGL "Enable 3D GL modes" ON )
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 )
##### options comments ##########################

Loading…
Cancel
Save