mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Call dbus flags/libs declared in Jamconfig
This commit is contained in:
parent
910f19d0c2
commit
4f0a1e1ef1
@ -14,8 +14,8 @@ ObjectC++Flags ede-desktop.cpp : -DUSE_EDELIB_WINDOW ;
|
||||
|
||||
SOURCE = ede-desktop.cpp Utils.cpp Wallpaper.cpp DesktopIcon.cpp IconProperties.cpp ;
|
||||
|
||||
ObjectC++Flags $(SOURCE) : -Wno-long-long -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include ;
|
||||
ObjectC++Flags $(SOURCE) : $(EDELIB_DBUS_INCLUDE) ;
|
||||
|
||||
EdeProgram ede-desktop : $(SOURCE) ;
|
||||
LinkAgainst ede-desktop : -L/opt/ede/lib -ledelib_dbus -ldbus-1 ;
|
||||
LinkAgainst ede-desktop : $(EDELIB_DBUS_LIB) ;
|
||||
TranslationStrings locale : $(SOURCE) ;
|
||||
|
Loading…
Reference in New Issue
Block a user