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

  • From: noreply@xxxxxxxxxxxx
  • To: haiku-webkit-commits@xxxxxxxxxxxxx
  • Date: Wed, 2 May 2012 00:43:57 +0200 (CEST)

Author: anevilyak
Date: Wed May  2 00:43:57 2012
New Revision: 588
URL: http://webpositive.haiku-os.org/changeset/588

Log:
Fix build.

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

Modified: webkit/trunk/WebCore/Jamfile
==============================================================================
--- webkit/trunk/WebCore/Jamfile        Tue May  1 23:34:23 2012        (r587)
+++ webkit/trunk/WebCore/Jamfile        Wed May  2 00:43:57 2012        (r588)
@@ -1719,7 +1719,7 @@
         webcore1.a webcore2.a
         libjavascriptcore.so
         # Other required libraries
-        curl icuuc icudata icui18n jpeg locale png sqlite3 xml2 z stdc++
+        curl icuuc icudata icui18n jpeg png sqlite3 xml2 z stdc++
         # Haiku libraries
         be bsd network textencoding translation
 ;

Modified: webkit/trunk/WebKit/Jamfile
==============================================================================
--- webkit/trunk/WebKit/Jamfile Tue May  1 23:34:23 2012        (r587)
+++ webkit/trunk/WebKit/Jamfile Wed May  2 00:43:57 2012        (r588)
@@ -20,7 +20,6 @@
 SubDirHdrs $(TOP) JavaScriptCore jit ;
 SubDirHdrs $(TOP) JavaScriptCore parser ;
 SubDirHdrs $(TOP) JavaScriptCore runtime ;
-SubDirHdrs $(TOP) JavaScriptCore wtf ;
 
 SubDirHdrs $(TOP) WebCore DerivedSources WebCore ;
 SubDirHdrs $(TOP) WebCore ForwardingHeaders wtf ;
@@ -56,7 +55,6 @@
 SubDirHdrs $(TOP) WebCore svg animation ;
 SubDirHdrs $(TOP) WebCore svg graphics ;
 
-
 #-----------------------------------------------------------------------------
 # WebKit API
 #-----------------------------------------------------------------------------
@@ -162,7 +160,7 @@
        # Other required libraries
        curl icuuc icudata png sqlite3 xml2 z
        # Haiku libraries
-       be bsd locale localestub network stdc++ tracker translation
+       be bsd localestub network stdc++ tracker translation
        :
        WebPositive.rdef
 ;

Other related posts:

  • » [haiku-webkit-commits] r588 - in webkit/trunk: WebCore WebKit - noreply