[Webkit-unassigned] [Bug 72781] New: Wrong file included in WebCore/GNUmakefile.list.am

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 18 17:53:33 PST 2011


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

           Summary: Wrong file included in WebCore/GNUmakefile.list.am
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bugzilla-webkit at my.fqdn.org


The WebCore/GNUmakefile.list.am included a file belonging to font rendering engine pango in the section for freetype. I believe this to be wrong. I could not compile with freetype support with that line, but when the line was removed compile went fine.

Diff:
--- a/Source/WebCore/GNUmakefile.list.am
+++ b/Source/WebCore/GNUmakefile.list.am
@@ -4326,7 +4326,6 @@
     Source/WebCore/platform/graphics/freetype/GlyphPageTreeNodeFreeType.cpp \
     Source/WebCore/platform/graphics/freetype/SimpleFontDataFreeType.cpp
 webcoregtk_sources += \
-    Source/WebCore/platform/graphics/pango/FontPango.cpp \
     Source/WebCore/platform/graphics/freetype/FontPlatformDataFreeType.cpp
 endif # END USE_FREETYPE

-- 
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