[haiku-webkit-commits] r534 - webkit/trunk/WebKit

  • From: webkit@xxxxxxxxxxxxxxx
  • To: haiku-webkit-commits@xxxxxxxxxxxxx
  • Date: Sun, 18 Jul 2010 01:58:26 +0000

Author: anevilyak
Date: Sun Jul 18 01:58:26 2010
New Revision: 534
URL: http://mmlr.dyndns.org/changeset/534

Log:
Updated icu lib names on some more targets.

Modified:
   webkit/trunk/WebKit/Jamfile

Modified: webkit/trunk/WebKit/Jamfile
==============================================================================
--- webkit/trunk/WebKit/Jamfile Sat Jul 17 13:54:24 2010        (r533)
+++ webkit/trunk/WebKit/Jamfile Sun Jul 18 01:58:26 2010        (r534)
@@ -87,7 +87,7 @@
        :
        libjavascriptcore.so libwebcore.so
        # Other required libraries
-       icu-common stdc++
+       icuuc stdc++
        # Haiku libraries
        be translation tracker
 ;
@@ -105,7 +105,7 @@
        :
        libjavascriptcore.so libwebcore.so libwebkit.so
        # Other required libraries
-       curl icu-common icu-data png sqlite3 xml2 z
+       curl icuuc icudt png sqlite3 xml2 z
        # Haiku libraries
        be bsd network stdc++ translation
        :

Other related posts:

  • » [haiku-webkit-commits] r534 - webkit/trunk/WebKit - webkit