Compare commits

...

1 Commits

Author SHA1 Message Date
o9000
ed05f21f8c Disable startup notifications as they might hang the panel 2015-06-09 23:32:22 +02:00

View File

@@ -63,7 +63,7 @@ set( SOURCES src/config.c
option( ENABLE_BATTERY "Enable battery status plugin" ON ) option( ENABLE_BATTERY "Enable battery status plugin" ON )
option( ENABLE_TINT2CONF "Enable tint2conf build, a GTK+2 theme switcher for tint2" ON ) option( ENABLE_TINT2CONF "Enable tint2conf build, a GTK+2 theme switcher for tint2" ON )
option( ENABLE_EXAMPLES "Install additional tin2rc examples" OFF ) option( ENABLE_EXAMPLES "Install additional tin2rc examples" OFF )
option( ENABLE_SN "Startup notification support" ON ) option( ENABLE_SN "Startup notification support" OFF )
if( ENABLE_SN ) if( ENABLE_SN )
if( SN_FOUND ) if( SN_FOUND )
add_definitions( -DHAVE_SN -DSN_API_NOT_YET_FROZEN ) add_definitions( -DHAVE_SN -DSN_API_NOT_YET_FROZEN )