[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

paroga at webkit.org paroga at webkit.org
Fri Jan 21 14:51:04 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit 7f994f418c9f9512fcabd7fe8b5a6c99ba308c58
Author: paroga at webkit.org <paroga at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Jan 2 19:31:59 2011 +0000

    2011-01-02  Patrick Gansterer  <paroga at webkit.org>
    
            [CMake] Unreviewed build fix.
    
            * CMakeLists.txt:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74871 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/CMakeLists.txt b/WebCore/CMakeLists.txt
index 9d3c3e7..919a6a4 100644
--- a/WebCore/CMakeLists.txt
+++ b/WebCore/CMakeLists.txt
@@ -79,6 +79,7 @@ SET(WebCore_INCLUDE_DIRECTORIES
     "${JAVASCRIPTCORE_DIR}/wtf/unicode"
     "${DERIVED_SOURCES_DIR}"
     "${CMAKE_SOURCE_DIR}"
+    "${CMAKE_SOURCE_DIR}/Source"
     "${CMAKE_BINARY_DIR}"
 )
 
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 4256c93..2335cc7 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2011-01-02  Patrick Gansterer  <paroga at webkit.org>
+
+        [CMake] Unreviewed build fix.
+
+        * CMakeLists.txt:
+
 2011-01-02  Dirk Schulze  <krit at webkit.org>
 
         Reviewed by Simon Fraser.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list