*fix* battery needs to add definition of course
git-svn-id: http://tint2.googlecode.com/svn/trunk@471 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
parent
da9c699284
commit
45e82915ed
1 changed files with 2 additions and 1 deletions
|
@ -11,6 +11,7 @@ pkg_check_modules( GOBJECT2 REQUIRED gobject-2.0 )
|
||||||
pkg_check_modules( IMLIB2 REQUIRED imlib2 )
|
pkg_check_modules( IMLIB2 REQUIRED imlib2 )
|
||||||
|
|
||||||
include_directories( src
|
include_directories( src
|
||||||
|
src/battery
|
||||||
src/clock
|
src/clock
|
||||||
src/systray
|
src/systray
|
||||||
src/taskbar
|
src/taskbar
|
||||||
|
@ -23,7 +24,6 @@ include_directories( src
|
||||||
${GLIB2_INCLUDE_DIRS}
|
${GLIB2_INCLUDE_DIRS}
|
||||||
${GOBJECT2_INCLUDE_DIRS}
|
${GOBJECT2_INCLUDE_DIRS}
|
||||||
${IMLIB2_INCLUDE_DIRS} )
|
${IMLIB2_INCLUDE_DIRS} )
|
||||||
message("Cairo cflags: ${CAIRO_INCLUDE_DIRS}" )
|
|
||||||
|
|
||||||
set(SOURCES src/config.c
|
set(SOURCES src/config.c
|
||||||
src/panel.c
|
src/panel.c
|
||||||
|
@ -42,6 +42,7 @@ set(SOURCES src/config.c
|
||||||
option( ENABLE_BATTERY "Enable battery support in tint2" OFF )
|
option( ENABLE_BATTERY "Enable battery support in tint2" OFF )
|
||||||
if ( ENABLE_BATTERY )
|
if ( ENABLE_BATTERY )
|
||||||
set( SOURCES ${SOURCES} src/battery/battery.c )
|
set( SOURCES ${SOURCES} src/battery/battery.c )
|
||||||
|
add_definitions( -DENABLE_BATTERY )
|
||||||
endif( ENABLE_BATTERY )
|
endif( ENABLE_BATTERY )
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue