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

  • From: webkit@xxxxxxxxxxxxxxx
  • To: haiku-webkit-commits@xxxxxxxxxxxxx
  • Date: Thu, 22 Apr 2010 14:50:16 +0000

Author: stippi
Date: Thu Apr 22 14:50:16 2010
New Revision: 450
URL: http://mmlr.dyndns.org/changeset/450

Log:
Linking against libroot is implicit.

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

Modified: webkit/trunk/WebCore/Jamfile
==============================================================================
--- webkit/trunk/WebCore/Jamfile        Thu Apr 22 13:38:42 2010        (r449)
+++ webkit/trunk/WebCore/Jamfile        Thu Apr 22 14:50:16 2010        (r450)
@@ -1720,6 +1720,6 @@
         # Other required libraries
         curl icu-common icu-data icu-i18n jpeg locale png sqlite3 xml2 z stdc++
         # Haiku libraries
-        be bsd network root textencoding translation
+        be bsd network textencoding translation
 ;
 

Modified: webkit/trunk/WebKit/Jamfile
==============================================================================
--- webkit/trunk/WebKit/Jamfile Thu Apr 22 13:38:42 2010        (r449)
+++ webkit/trunk/WebKit/Jamfile Thu Apr 22 14:50:16 2010        (r450)
@@ -107,7 +107,7 @@
        # Other required libraries
        curl icu-common icu-data png sqlite3 xml2 z
        # Haiku libraries
-       be bsd network root stdc++ translation
+       be bsd network stdc++ translation
        :
        Launcher.rdef
 ;
@@ -160,7 +160,7 @@
        # Other required libraries
        curl icu-common icu-data png sqlite3 xml2 z
        # Haiku libraries
-       be bsd locale network root stdc++ tracker translation
+       be bsd locale network stdc++ tracker translation
        :
        WebPositive.rdef
 ;

Other related posts:

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