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:
@@ -10,6 +10,10 @@ UsePrivateHeaders kernel ;
|
|||||||
|
|
||||||
AddResources ClassicBe : resources.rdef ;
|
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 :
|
Addon ClassicBe :
|
||||||
BeDecorator.cpp
|
BeDecorator.cpp
|
||||||
: be <nogrist>app_server $(TARGET_LIBSTDC++) $(TARGET_LIBSUPC++)
|
: be <nogrist>app_server $(TARGET_LIBSTDC++) $(TARGET_LIBSUPC++)
|
||||||
|
|||||||
@@ -12,6 +12,9 @@ UsePrivateHeaders kernel ;
|
|||||||
|
|
||||||
AddResources MacDecorator : resources.rdef ;
|
AddResources MacDecorator : resources.rdef ;
|
||||||
|
|
||||||
|
Includes [ FGristFiles MacDecorator.cpp ]
|
||||||
|
: $(HAIKU_FREETYPE_HEADERS_DEPENDENCY) ;
|
||||||
|
|
||||||
Addon MacDecorator :
|
Addon MacDecorator :
|
||||||
MacDecorator.cpp
|
MacDecorator.cpp
|
||||||
: be <nogrist>app_server $(TARGET_LIBSTDC++)
|
: be <nogrist>app_server $(TARGET_LIBSTDC++)
|
||||||
|
|||||||
@@ -10,6 +10,10 @@ UsePrivateHeaders kernel ;
|
|||||||
|
|
||||||
AddResources WinDecorator : resources.rdef ;
|
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 :
|
Addon WinDecorator :
|
||||||
WinDecorator.cpp
|
WinDecorator.cpp
|
||||||
: be <nogrist>app_server $(TARGET_LIBSTDC++)
|
: be <nogrist>app_server $(TARGET_LIBSTDC++)
|
||||||
|
|||||||
Reference in New Issue
Block a user