all repos — tint2 @ bdf3d945c764f342a0e050f7db9fb0a914077e09

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

Add C99 compilation flag to tint2conf
o9000 mrovi9000@gmail.com
commit

bdf3d945c764f342a0e050f7db9fb0a914077e09

parent

b1374f0cb89c13349f9602042d04844d630f2123

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

jump to
M src/tint2conf/CMakeLists.txtsrc/tint2conf/CMakeLists.txt

@@ -63,7 +63,7 @@

add_definitions( -DINSTALL_PREFIX=\"${CMAKE_INSTALL_PREFIX}\" ) add_definitions( -DLOCALEDIR=\"${CMAKE_INSTALL_PREFIX}/${DATADIR}/locale\" ) add_definitions( -DGETTEXT_PACKAGE=\"tint2conf\" ) -set_target_properties( tint2conf PROPERTIES COMPILE_FLAGS "-Wall -pthread" ) +set_target_properties( tint2conf PROPERTIES COMPILE_FLAGS "-Wall -pthread -std=c99" ) set_target_properties( tint2conf PROPERTIES LINK_FLAGS "-pthread" ) add_subdirectory(po)