Bug 14557

Summary: [GDK] build fix for Freetype
Product: WebKit Reporter: Brian Mastenbrook <brian>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 523.x (Safari 3)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Build fix patch none

Description Brian Mastenbrook 2007-07-07 14:24:40 PDT
WebCore/platform/gdk/FontPlatformData.h includes <cairo-ft.h>, but cairo-ft is not listed in the PKGCONFIG list in WebKit.pri. On a Fedora 7 system, this causes the build to fail because the freetype headers directory is not included in the gcc flags. Adding cairo-ft to this list fixes the problem.
Comment 1 Brian Mastenbrook 2007-07-07 14:25:50 PDT
Created attachment 15438 [details]
Build fix patch
Comment 2 Holger Freyther 2007-07-29 14:35:38 PDT
Looks, good we do use cairo-ft.
Comment 3 Holger Freyther 2007-07-29 14:55:35 PDT
Landed in r24765 (was classified as buildfix).