Bug 97513 - [GTK][EFL] Make sure cairo is built with fontconfig support
Summary: [GTK][EFL] Make sure cairo is built with fontconfig support
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Cairo, Gtk
Depends on:
Blocks:
 
Reported: 2012-09-24 20:09 PDT by Laszlo Gombos
Modified: 2012-09-24 20:52 PDT (History)
6 users (show)

See Also:


Attachments
1st try (1.53 KB, patch)
2012-09-24 20:12 PDT, Laszlo Gombos
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Laszlo Gombos 2012-09-24 20:09:10 PDT
GTK and EFL port of WebKit requires a version of cairo that is built with fontconfig support. Make sure fontconfig is marked as a dependency for cairo.

In my build environment cairo was built first (before fontconfig). This meant that cairo was built without fontconfig support, which than meant that WebKit build failed.
Comment 1 Laszlo Gombos 2012-09-24 20:12:40 PDT
Created attachment 165504 [details]
1st try

Fixes the build for me..
Comment 2 WebKit Review Bot 2012-09-24 20:52:55 PDT
Comment on attachment 165504 [details]
1st try

Clearing flags on attachment: 165504

Committed r129449: <http://trac.webkit.org/changeset/129449>
Comment 3 WebKit Review Bot 2012-09-24 20:52:58 PDT
All reviewed patches have been landed.  Closing bug.