[haiku-webkit-commits] r533 - in webkit/trunk: JavaScriptCore WebCore WebKit

  • From: webkit@xxxxxxxxxxxxxxx
  • To: haiku-webkit-commits@xxxxxxxxxxxxx
  • Date: Sat, 17 Jul 2010 13:54:24 +0000

Author: anevilyak
Date: Sat Jul 17 13:54:24 2010
New Revision: 533
URL: http://mmlr.dyndns.org/changeset/533

Log:
Update jamfiles to take into account updated ICU lib names.

Modified:
   webkit/trunk/JavaScriptCore/Jamfile
   webkit/trunk/WebCore/Jamfile
   webkit/trunk/WebKit/Jamfile

Modified: webkit/trunk/JavaScriptCore/Jamfile
==============================================================================
--- webkit/trunk/JavaScriptCore/Jamfile Fri Jul 16 03:04:21 2010        (r532)
+++ webkit/trunk/JavaScriptCore/Jamfile Sat Jul 17 13:54:24 2010        (r533)
@@ -251,7 +251,7 @@
 
     :
     # Other required libraries
-    icu-common icu-data icu-i18n stdc++
+    icuuc icudata icui18n stdc++
     # Haiku libraries
     be
 ;

Modified: webkit/trunk/WebCore/Jamfile
==============================================================================
--- webkit/trunk/WebCore/Jamfile        Fri Jul 16 03:04:21 2010        (r532)
+++ webkit/trunk/WebCore/Jamfile        Sat Jul 17 13:54:24 2010        (r533)
@@ -1719,7 +1719,7 @@
         webcore1.a webcore2.a
         libjavascriptcore.so
         # Other required libraries
-        curl icu-common icu-data icu-i18n jpeg locale png sqlite3 xml2 z stdc++
+        curl icuuc icudata icui18n jpeg locale png sqlite3 xml2 z stdc++
         # Haiku libraries
         be bsd network textencoding translation
 ;

Modified: webkit/trunk/WebKit/Jamfile
==============================================================================
--- webkit/trunk/WebKit/Jamfile Fri Jul 16 03:04:21 2010        (r532)
+++ webkit/trunk/WebKit/Jamfile Sat Jul 17 13:54:24 2010        (r533)
@@ -160,7 +160,7 @@
        :
        libjavascriptcore.so libwebcore.so libwebkit.so
        # Other required libraries
-       curl icu-common icu-data png sqlite3 xml2 z
+       curl icuuc icudata png sqlite3 xml2 z
        # Haiku libraries
        be bsd locale localestub network stdc++ tracker translation
        :

Other related posts:

  • » [haiku-webkit-commits] r533 - in webkit/trunk: JavaScriptCore WebCore WebKit - webkit