Title: [101923] trunk/Tools
Revision
101923
Author
[email protected]
Date
2011-12-03 04:12:07 -0800 (Sat, 03 Dec 2011)

Log Message

Small build fix. Properly specify the path to the locally installed jhbuild.

* Scripts/update-webkitgtk-libs: Fix jhbuild path.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (101922 => 101923)


--- trunk/Tools/ChangeLog	2011-12-03 11:33:05 UTC (rev 101922)
+++ trunk/Tools/ChangeLog	2011-12-03 12:12:07 UTC (rev 101923)
@@ -1,5 +1,11 @@
 2011-12-03  Martin Robinson  <[email protected]>
 
+        Small build fix. Properly specify the path to the locally installed jhbuild.
+
+        * Scripts/update-webkitgtk-libs: Fix jhbuild path.
+
+2011-12-03  Martin Robinson  <[email protected]>
+
         [GTK][DRT] Normalize file:///tmp/LayoutTests in LayoutTestController::pathToLocalResource()
         https://bugs.webkit.org/show_bug.cgi?id=67256
 

Modified: trunk/Tools/Scripts/update-webkitgtk-libs (101922 => 101923)


--- trunk/Tools/Scripts/update-webkitgtk-libs	2011-12-03 11:33:05 UTC (rev 101922)
+++ trunk/Tools/Scripts/update-webkitgtk-libs	2011-12-03 12:12:07 UTC (rev 101923)
@@ -24,7 +24,7 @@
 chdir(relativeScriptsDir() . "/../gtk") or die $!;
 
 print "Updating GTK+ port dependencies using jhbuild...\n";
-my @jhbuildArgs = ("jhbuild", "--no-interact", "-f", "jhbuildrc");
+my @jhbuildArgs = ("../../WebKitBuild/Dependencies/Root/bin/jhbuild", "--no-interact", "-f", "jhbuildrc");
 push(@jhbuildArgs, @ARGV[1..-1]);
 if (system(@jhbuildArgs) != 0) {
     die "Running jhbuild failed."
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to