[Webkit-unassigned] [Bug 48116] [GTK] Move font related files.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 22 08:32:20 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=48116





--- Comment #4 from Martin Robinson <mrobinson at webkit.org>  2010-10-22 08:32:20 PST ---
(From update of attachment 71552)
View in context: https://bugs.webkit.org/attachment.cgi?id=71552&action=review

> WebCore/GNUmakefile.am:3690
> +webcoregtk_cppflags += -DUSE_FREETYPE=1 \
> +                       -I$(srcdir)/WebCore/platform/graphics/freetype

Tiny nit, but to maintain consistency with the rest of the file, this should be:

webcoregt_cppflags += \
<hardtab>-DUSE_FREETYPE=1 \
<hardtab>-I$(srcdir)/WebCore/platform/graphics/freetype

I think this is going to break the WinCairo build. You have moved FontPlatformDataWinCairo.h to FontPlatformData.h somewhere in the include path for WinCairo.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list