[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 11:46:51 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 10b1c0bc629090a8a0b135faab622e15b2d15f41
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Aug 6 16:02:23 2010 +0000

    2010-08-06  ryuan choi  <ryuan.choi at samsung.com>
    
            Reviewed by Antonio Gomes.
    
            [EFL] Regression (64763) build fix for efl.
            https://bugs.webkit.org/show_bug.cgi?id=43597
    
            change ENABLE_BLOB_SLICE to ENABLE_BLOB for fixing build break
    
            * cmake/OptionsEfl.cmake:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64853 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/ChangeLog b/ChangeLog
index 700e224..a46c09a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2010-08-06  ryuan choi  <ryuan.choi at samsung.com>
+
+        Reviewed by Antonio Gomes.
+
+        [EFL] Regression (64763) build fix for efl.
+        https://bugs.webkit.org/show_bug.cgi?id=43597
+
+        change ENABLE_BLOB_SLICE to ENABLE_BLOB for fixing build break
+
+        * cmake/OptionsEfl.cmake:
+
 2010-08-05  Jian Li  <jianli at chromium.org>
 
         Reviewed by David Levin.
diff --git a/cmake/OptionsEfl.cmake b/cmake/OptionsEfl.cmake
index 7237f25..41e3975 100644
--- a/cmake/OptionsEfl.cmake
+++ b/cmake/OptionsEfl.cmake
@@ -44,7 +44,7 @@ SET(WebCore_LIBRARY_NAME webcore_efl)
 SET(WebKit_LIBRARY_NAME ewebkit)
 
 WEBKIT_FEATURE(ENABLE_AS_IMAGE "Enable SVG as image" DEFAULT ON SVG)
-WEBKIT_FEATURE(ENABLE_BLOB_SLICE "Enable blob slice" DEFAULT OFF)
+WEBKIT_FEATURE(ENABLE_BLOB "Enable blob slice" DEFAULT OFF)
 WEBKIT_FEATURE(ENABLE_CHANNEL_MESSAGING "Enable channel messaging" DEFAULT ON)
 WEBKIT_FEATURE(ENABLE_DATABASE "Enable database" DEFAULT ON)
 WEBKIT_FEATURE(ENABLE_DATAGRID "Enable datagrid" DEFAULT OFF)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list