Added correct dependency to freetype. I couldn't build a hybrid image

without this change.
This commit is contained in:
JackBurton 2012-03-23 20:51:20 +01:00
parent f367fc9d6a
commit 74bf282400
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ if $(TARGET_ARCH) = ppc || $(TARGET_ARCH) = x86 {
common/lib/libfreetype.so.6.7.1
: $(freetypeZipFile)
: extracted-freetype ] ;
Depends $(HAIKU_FREETYPE_LIBS) : $(HAIKU_FREETYPE_HEADERS_DEPENDENCY) ;
Depends $(HAIKU_FREETYPE_LIB) $(HAIKU_FREETYPE_CURRENT_LIB) : $(HAIKU_FREETYPE_HEADERS_DEPENDENCY) ;
HAIKU_FREETYPE_CURRENT_LINK = libfreetype.so.6 ;