[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.20-204-g221d8e8

eric at webkit.org eric at webkit.org
Wed Feb 10 22:15:10 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit e1f33bc8048408d19a84795687c58dd4076ccd7d
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Feb 5 00:35:57 2010 +0000

    2010-02-04  Clemmitt Sigler  <cmsigler at gmail.com>
    
            Reviewed by David Levin.
    
            WebKitGTK doesn't build GtkLauncher when --enable-mathml is specified.
            Updated WebCore/GNUmakefile.am to include needed files in build.
    
            https://bugs.webkit.org/show_bug.cgi?id=34387
    
            No new tests.
    
            * GNUmakefile.am:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@54386 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 81f7582..9afcfb9 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,16 @@
+2010-02-04  Clemmitt Sigler  <cmsigler at gmail.com>
+
+        Reviewed by David Levin.
+
+        WebKitGTK doesn't build GtkLauncher when --enable-mathml is specified.
+        Updated WebCore/GNUmakefile.am to include needed files in build.
+        
+        https://bugs.webkit.org/show_bug.cgi?id=34387
+
+        No new tests.
+
+        * GNUmakefile.am:
+
 2010-02-04  Stephan Aßmus  <superstippi at gmx.de>
 
         Reviewed by David Levin.
diff --git a/WebCore/GNUmakefile.am b/WebCore/GNUmakefile.am
index f2dacec..16c8052 100644
--- a/WebCore/GNUmakefile.am
+++ b/WebCore/GNUmakefile.am
@@ -2722,7 +2722,11 @@ webcore_sources += \
 	WebCore/mathml/MathMLInlineContainerElement.cpp \
 	WebCore/mathml/MathMLInlineContainerElement.h  \
 	WebCore/mathml/MathMLMathElement.cpp \
-	WebCore/mathml/MathMLMathElement.h
+	WebCore/mathml/MathMLMathElement.h \
+	WebCore/mathml/MathMLTextElement.cpp \
+	WebCore/mathml/MathMLTextElement.h \
+	WebCore/mathml/RenderMathMLBlock.cpp \
+	WebCore/mathml/RenderMathMLBlock.h
 
 webcore_built_sources += \
 	DerivedSources/MathMLElementFactory.cpp \

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list