[Webkit-unassigned] [Bug 10864] New: Linux\GDK build fixes

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Thu Sep 14 20:43:02 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=10864

           Summary: Linux\GDK build fixes
           Product: WebKit
           Version: 420+ (nightly)
          Platform: PC
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: kkowalczyk at gmail.com


Attached patch fixes GDK build.

The only (I hope) controversial thing is adding #define USE_OLD_CAIRO in
FontDataGdk.cpp. If defined, it makes the build compile with older (1.0.4)
version of cairo (which seems to be standard on most distros e.g. my Ubuntu
6.06.1) by not using a cairo_scaled_font_text_extents() which is only available
in later cairo builds. I think that it's better to have a build working out of
the box on popular distros rather than force people to install their own copy
of cairo (which is non-trivial for most people).


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list