[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 11:40:32 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 158dd53c5ffe4156686eaec7b137da9a19e34d96
Author: leandro at webkit.org <leandro at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Aug 3 15:47:18 2010 +0000

    2010-08-03  ryuan choi  <ryuan.choi at samsung.com>
    
            Reviewed by Darin Adler.
    
            [EFL] REGRESSION(64425) need to fix build break
            https://bugs.webkit.org/show_bug.cgi?id=43322
    
            just add include path missed after r64425
    
            * CMakeListsEfl.txt:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64559 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/efl/CMakeListsEfl.txt b/WebKit/efl/CMakeListsEfl.txt
index 0701d22..f6b96fd 100644
--- a/WebKit/efl/CMakeListsEfl.txt
+++ b/WebKit/efl/CMakeListsEfl.txt
@@ -10,6 +10,7 @@ LIST(APPEND WebKit_LINK_FLAGS
 LIST(APPEND WebKit_INCLUDE_DIRECTORIES
     "${WEBKIT_DIR}/efl/ewk"
     "${WEBKIT_DIR}/efl/WebCoreSupport"
+    "${WEBCORE_DIR}/platform/efl"
     ${Cairo_INCLUDE_DIRS}
     ${ECORE_X_INCLUDE_DIRS}
     ${EDJE_INCLUDE_DIRS}
diff --git a/WebKit/efl/ChangeLog b/WebKit/efl/ChangeLog
index 80595aa..0632ff1 100644
--- a/WebKit/efl/ChangeLog
+++ b/WebKit/efl/ChangeLog
@@ -1,3 +1,14 @@
+2010-08-03  ryuan choi  <ryuan.choi at samsung.com>
+
+        Reviewed by Darin Adler.
+
+        [EFL] REGRESSION(64425) need to fix build break
+        https://bugs.webkit.org/show_bug.cgi?id=43322
+
+        just add include path missed after r64425
+
+        * CMakeListsEfl.txt:
+
 2010-07-27  Luiz Agostini  <luiz.agostini at openbossa.org>
 
         Reviewed by Darin Fisher.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list