Title: [111172] trunk/Tools
- Revision
- 111172
- Author
- [email protected]
- Date
- 2012-03-19 03:47:31 -0700 (Mon, 19 Mar 2012)
Log Message
[EFL] Prefix run-launcher with run-with-jhbuild
https://bugs.webkit.org/show_bug.cgi?id=80026
Patch by Dominik Röttsches <[email protected]> on 2012-03-19
Reviewed by Hajime Morita.
* Scripts/run-launcher:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (111171 => 111172)
--- trunk/Tools/ChangeLog 2012-03-19 10:34:29 UTC (rev 111171)
+++ trunk/Tools/ChangeLog 2012-03-19 10:47:31 UTC (rev 111172)
@@ -1,3 +1,12 @@
+2012-03-19 Dominik Röttsches <[email protected]>
+
+ [EFL] Prefix run-launcher with run-with-jhbuild
+ https://bugs.webkit.org/show_bug.cgi?id=80026
+
+ Reviewed by Hajime Morita.
+
+ * Scripts/run-launcher:
+
2012-03-18 Csaba Osztrogonác <[email protected]>
[Qt] Unreviewed. Disable -Werror on x86 until proper fix.
Modified: trunk/Tools/Scripts/run-launcher (111171 => 111172)
--- trunk/Tools/Scripts/run-launcher 2012-03-19 10:34:29 UTC (rev 111171)
+++ trunk/Tools/Scripts/run-launcher 2012-03-19 10:47:31 UTC (rev 111172)
@@ -72,7 +72,8 @@
}
if (isEfl()) {
- $launcherPath = catdir($launcherPath, "bin", "EWebLauncher");
+ unshift(@ARGV, catdir($launcherPath, "bin", "EWebLauncher"));
+ $launcherPath = catdir(sourceDir(), "Tools", "efl", "run-with-jhbuild");
}
if (isWx()) {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes