[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

commit-queue at webkit.org commit-queue at webkit.org
Wed Dec 22 13:54:41 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 570878e49ff477fbc5d1bc265ecd985bd25b82de
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Sep 29 14:46:06 2010 +0000

    2010-09-29  João Paulo Rechi Vita  <jprvita at profusion.mobi>
    
            Unreviewed build fix.
    
            Fix CMake build for ENABLE_PROGRESS_TAG.
            https://bugs.webkit.org/show_bug.cgi?id=46808
    
            No new tests since it's a build fix.
    
            * CMakeLists.txt:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68643 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/CMakeLists.txt b/WebCore/CMakeLists.txt
index 29a04d5..210244e 100644
--- a/WebCore/CMakeLists.txt
+++ b/WebCore/CMakeLists.txt
@@ -1920,6 +1920,12 @@ IF (ENABLE_WML)
     )
 ENDIF()
 
+IF (ENABLE_PROGRESS_TAG)
+    LIST(APPEND WebCore_SOURCES
+        accessibility/AccessibilityProgressIndicator.cpp
+    )
+ENDIF ()
+
 SET(IDL_INCLUDES "")
 FOREACH (_include ${WebCore_IDL_INCLUDES})
     LIST(APPEND IDL_INCLUDES --include=${WEBCORE_DIR}/${_include})
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 2e5eb85..1f0baaa 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,14 @@
+2010-09-29  João Paulo Rechi Vita  <jprvita at profusion.mobi>
+
+        Unreviewed build fix.
+
+        Fix CMake build for ENABLE_PROGRESS_TAG.
+        https://bugs.webkit.org/show_bug.cgi?id=46808
+
+        No new tests since it's a build fix.
+
+        * CMakeLists.txt:
+
 2010-09-29  Yury Semikhatsky  <yurys at chromium.org>
 
         Reviewed by Pavel Feldman.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list