Composite part now can be conditionally compiled

Added some more common colors in ede-settings.xml
This commit is contained in:
Sanel Zukan
2008-06-09 15:08:45 +00:00
parent 3ea8f1d1f8
commit c19f08178e
4 changed files with 24 additions and 6 deletions

View File

@@ -19,7 +19,6 @@ ObjectC++Flags EvokeService.cpp evoke.cpp : -DUSE_FLTK_LOOP_EMULATION ;
SOURCE = evoke.cpp
EvokeService.cpp
Composite.cpp
ClassHack.c
Xsm.cpp
Spawn.cpp
@@ -28,7 +27,11 @@ SOURCE = evoke.cpp
Logout.cpp
Autostart.cpp ;
# for composite
SOURCE += Composite.cpp ;
ObjectC++Flags $(SOURCE) : -DHAVE_COMPOSITE ;
LinkAgainst evoke : -lXcomposite -lXdamage -lXfixes -lXrender ;
#LinkAgainst evoke : -lpthread ;
EdeProgram evoke : $(SOURCE) ;