[Webkit-unassigned] [Bug 18905] [GTK] Fix build with older pango (1.14.8)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 6 04:04:18 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=18905





------- Comment #1 from gbeauchesne at splitted-desktop.org  2008-05-06 04:04 PDT -------
Created an attachment (id=20981)
 --> (http://bugs.webkit.org/attachment.cgi?id=20981&action=view)
Fix build with older pango

This is a literal copy for pango sources.

Note that the PANGO_VERSION_CHECK() macro appeared along with the missing
functions pango_layout_get_line_readonly() and pango_language_get_default().
i.e. I am not testing for !PANGO_VERSION_CHECK(1,15,2).

An alternative could be to AC_CHECK_FUNCS(pango_layout_get_line_readonly) and
dependent on the generated HAVE_FUNCTION thing.


-- 
Configure bugmail: http://bugs.webkit.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