Bug 14557 - [GDK] build fix for Freetype
Summary: [GDK] build fix for Freetype
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 523.x (Safari 3)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-07 14:24 PDT by Brian Mastenbrook
Modified: 2007-07-29 15:51 PDT (History)
0 users

See Also:


Attachments
Build fix patch (622 bytes, patch)
2007-07-07 14:25 PDT, Brian Mastenbrook
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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).