Add FreeType headers dependencies, #8716.

This allows MacDecorator to build once again.

Due to other errors, BeDecorator and WinDecorator do not (yet) fail on the
missing FreeType header -- hence it being only a comment for now.
This commit is contained in:
Matt Madia 2013-03-02 19:20:17 -05:00
parent 74252cefbc
commit ca51eb367d
3 changed files with 11 additions and 0 deletions

View File

@ -10,6 +10,10 @@ UsePrivateHeaders kernel ;
AddResources ClassicBe : resources.rdef ;
#TODO: See #8716, hrev44313 for ft2build.h: No such file or directory
#Includes [ FGristFiles BeDecorator.cpp ]
# : $(HAIKU_FREETYPE_HEADERS_DEPENDENCY) ;
Addon ClassicBe :
BeDecorator.cpp
: be <nogrist>app_server $(TARGET_LIBSTDC++) $(TARGET_LIBSUPC++)

View File

@ -12,6 +12,9 @@ UsePrivateHeaders kernel ;
AddResources MacDecorator : resources.rdef ;
Includes [ FGristFiles MacDecorator.cpp ]
: $(HAIKU_FREETYPE_HEADERS_DEPENDENCY) ;
Addon MacDecorator :
MacDecorator.cpp
: be <nogrist>app_server $(TARGET_LIBSTDC++)

View File

@ -10,6 +10,10 @@ UsePrivateHeaders kernel ;
AddResources WinDecorator : resources.rdef ;
#TODO: See #8716, hrev44313 for ft2build.h: No such file or directory
#Includes [ FGristFiles WinDecorator.cpp ]
# : $(HAIKU_FREETYPE_HEADERS_DEPENDENCY) ;
Addon WinDecorator :
WinDecorator.cpp
: be <nogrist>app_server $(TARGET_LIBSTDC++)