Disable startup notifications as they might hang the panel

This commit is contained in:
o9000
2015-06-09 23:32:22 +02:00
parent 257cc45adc
commit ed05f21f8c

View File

@@ -63,7 +63,7 @@ set( SOURCES src/config.c
option( ENABLE_BATTERY "Enable battery status plugin" 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_SN "Startup notification support" ON )
option( ENABLE_SN "Startup notification support" OFF )
if( ENABLE_SN )
if( SN_FOUND )
add_definitions( -DHAVE_SN -DSN_API_NOT_YET_FROZEN )