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

demarchi at webkit.org demarchi at webkit.org
Wed Dec 22 13:11:58 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 59d0f59c038d35eee39d9d5a8345710988a36970
Author: demarchi at webkit.org <demarchi at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Sep 8 20:51:47 2010 +0000

    2010-09-08  Ryuan Choi  <ryuan.choi at samsung.com>
    
            Unreviewed build fix.
    
            [EFL] Need to add custom dependencies.
            https://bugs.webkit.org/show_bug.cgi?id=45247
    
            Add WebKit_Theme into WebKit_SOURCES to make it while building.
    
            * CMakeListsEfl.txt:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67011 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/efl/CMakeListsEfl.txt b/WebKit/efl/CMakeListsEfl.txt
index d8d8cc9..107d995 100644
--- a/WebKit/efl/CMakeListsEfl.txt
+++ b/WebKit/efl/CMakeListsEfl.txt
@@ -169,6 +169,10 @@ ADD_CUSTOM_COMMAND(
   VERBATIM
 )
 
+LIST(APPEND WebKit_SOURCES
+     ${WebKit_THEME}
+)
+
 IF (SHARED_CORE)
     SET(LIBS_PRIVATE "-l${WTF_LIBRARY_NAME} -l${JavaScriptCore_LIBRARY_NAME} -l${WebCore_LIBRARY_NAME}")
 ELSE ()
diff --git a/WebKit/efl/ChangeLog b/WebKit/efl/ChangeLog
index 8c585c9..9709c98 100644
--- a/WebKit/efl/ChangeLog
+++ b/WebKit/efl/ChangeLog
@@ -1,3 +1,14 @@
+2010-09-08  Ryuan Choi  <ryuan.choi at samsung.com>
+
+        Unreviewed build fix.
+
+        [EFL] Need to add custom dependencies.
+        https://bugs.webkit.org/show_bug.cgi?id=45247
+
+        Add WebKit_Theme into WebKit_SOURCES to make it while building.
+
+        * CMakeListsEfl.txt:
+
 2010-09-08  Lucas De Marchi  <lucas.demarchi at profusion.mobi>
 
         Reviewed by Kenneth Rohde Christiansen.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list