all repos — tint2 @ b3cdde78b1f0a0d532dcb5c15f07460618fc9a2d

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

Add define _GNU_SOURCE for getline()
o9000 o9000
commit

b3cdde78b1f0a0d532dcb5c15f07460618fc9a2d

parent

8207b16598bda160d002d06ec0a774d1b905fb36

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M CMakeLists.txtCMakeLists.txt

@@ -33,6 +33,8 @@ if( NOT IMLIB_BUILD_WITH_X )

message( FATAL_ERROR "Imlib is not built with X support" ) endif( NOT IMLIB_BUILD_WITH_X ) +add_definitions( -D_GNU_SOURCE ) + include_directories( ${PROJECT_BINARY_DIR} src src/battery