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

leandro at webkit.org leandro at webkit.org
Wed Dec 22 15:34:51 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit dbee8665db960ba45bf4a53a7bf24aae0cba6e46
Author: leandro at webkit.org <leandro at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Nov 8 19:18:27 2010 +0000

    2010-11-08  Leandro Pereira  <leandro at profusion.mobi>
    
            [EFL] Unreviewed. Build fix after r71496.
    
            * CMakeLists.txt: Add WebCore/loader/cache directory to WebKit's
            include directories list.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@71549 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/CMakeLists.txt b/WebKit/CMakeLists.txt
index 6fb9582..0d3edca 100644
--- a/WebKit/CMakeLists.txt
+++ b/WebKit/CMakeLists.txt
@@ -14,6 +14,7 @@ SET(WebKit_INCLUDE_DIRECTORIES
     "${WEBCORE_DIR}/inspector"
     "${WEBCORE_DIR}/loader"
     "${WEBCORE_DIR}/loader/icon"
+    "${WEBCORE_DIR}/loader/cache"
     "${WEBCORE_DIR}/page"
     "${WEBCORE_DIR}/page/animation"
     "${WEBCORE_DIR}/platform"
diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index c7a04d8..ff4ab64 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,10 @@
+2010-11-08  Leandro Pereira  <leandro at profusion.mobi>
+
+        [EFL] Unreviewed. Build fix after r71496.
+
+        * CMakeLists.txt: Add WebCore/loader/cache directory to WebKit's
+        include directories list.
+
 2010-11-04  Mike Thole  <mthole at apple.com>
 
         Reviewed by Dan Bernstein.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list