[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:30:10 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit d8b7eca18373135e8109478027102cbfd4b1547d
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Jul 27 16:30:44 2010 +0000

    2010-07-27  Rafael Antognolli  <antognolli at profusion.mobi>
    
            Reviewed by Antonio Gomes.
    
            [EFL] Changing library names (appending suffix "_efl")
            https://bugs.webkit.org/show_bug.cgi?id=42902
    
            Instead of having libwebcore.so, we will have libwebcore_efl.so.
            Same for javascriptcore and wtf when compiled as shared, and for jsc.
    
            * cmake/OptionsEfl.cmake:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64136 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/ChangeLog b/ChangeLog
index 8e6db02..8657d9e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2010-07-27  Rafael Antognolli  <antognolli at profusion.mobi>
+
+        Reviewed by Antonio Gomes.
+
+        [EFL] Changing library names (appending suffix "_efl")
+        https://bugs.webkit.org/show_bug.cgi?id=42902
+
+        Instead of having libwebcore.so, we will have libwebcore_efl.so.
+        Same for javascriptcore and wtf when compiled as shared, and for jsc.
+
+        * cmake/OptionsEfl.cmake:
+
 2010-07-26  Martin Robinson  <mrobinson at igalia.com>
 
         Reviewed by Xan Lopez.
diff --git a/cmake/OptionsEfl.cmake b/cmake/OptionsEfl.cmake
index 6390f9f..2f4be53 100644
--- a/cmake/OptionsEfl.cmake
+++ b/cmake/OptionsEfl.cmake
@@ -36,10 +36,10 @@ ADD_DEFINITIONS(-DWTF_PLATFORM_CAIRO=1)
 SET(WTF_USE_FREETYPE 1)
 ADD_DEFINITIONS(-DUSE_FREETYPE=1)
 
-SET(JSC_EXECUTABLE_NAME jsc)
-SET(WTF_LIBRARY_NAME wtf)
-SET(JavaScriptCore_LIBRARY_NAME javascriptcore)
-SET(WebCore_LIBRARY_NAME webcore)
+SET(JSC_EXECUTABLE_NAME jsc_efl)
+SET(WTF_LIBRARY_NAME wtf_efl)
+SET(JavaScriptCore_LIBRARY_NAME javascriptcore_efl)
+SET(WebCore_LIBRARY_NAME webcore_efl)
 SET(WebKit_LIBRARY_NAME ewebkit)
 
 WEBKIT_FEATURE(ENABLE_AS_IMAGE "Enable SVG as image" DEFAULT ON SVG)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list