Title: [183481] trunk/Tools
Revision
183481
Author
[email protected]
Date
2015-04-28 09:41:29 -0700 (Tue, 28 Apr 2015)

Log Message

Unreviewed, rolling out r183477.
https://bugs.webkit.org/show_bug.cgi?id=144334

Roll back the Mesa dependency bump in fear of uncaught
regressions while the testing bots are no-op. (Requested by
zdobersek on #webkit).

Reverted changeset:

"[GTK][jhbuild] Mesa build failure with llvm 3.6"
https://bugs.webkit.org/show_bug.cgi?id=144250
http://trac.webkit.org/changeset/183477

Patch by Commit Queue <[email protected]> on 2015-04-28

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (183480 => 183481)


--- trunk/Tools/ChangeLog	2015-04-28 16:39:18 UTC (rev 183480)
+++ trunk/Tools/ChangeLog	2015-04-28 16:41:29 UTC (rev 183481)
@@ -1,3 +1,18 @@
+2015-04-28  Commit Queue  <[email protected]>
+
+        Unreviewed, rolling out r183477.
+        https://bugs.webkit.org/show_bug.cgi?id=144334
+
+        Roll back the Mesa dependency bump in fear of uncaught
+        regressions while the testing bots are no-op. (Requested by
+        zdobersek on #webkit).
+
+        Reverted changeset:
+
+        "[GTK][jhbuild] Mesa build failure with llvm 3.6"
+        https://bugs.webkit.org/show_bug.cgi?id=144250
+        http://trac.webkit.org/changeset/183477
+
 2015-04-28  Joanmarie Diggs  <[email protected]>
 
         [GTK][jhbuild] Mesa build failure with llvm 3.6

Modified: trunk/Tools/gtk/jhbuild.modules (183480 => 183481)


--- trunk/Tools/gtk/jhbuild.modules	2015-04-28 16:39:18 UTC (rev 183480)
+++ trunk/Tools/gtk/jhbuild.modules	2015-04-28 16:41:29 UTC (rev 183481)
@@ -355,10 +355,11 @@
   <autotools id="mesa" autogenargs="--enable-xlib-glx --disable-dri --with-gallium-drivers=swrast" skip-install="true">
     <!--- WARNING: At jhbuildrc, when we define the path to the Gallium llvmpipe software rasterizer (needed by XvfbDriver),
           we assume that the directory is named "Mesa". So, don't change the checkoutdir name even if you update the version.  -->
-    <branch module="/pub/mesa/10.5.4/mesa-10.5.4.tar.xz" version="10.5.4"
+    <branch module="/pub/mesa/10.2.1/MesaLib-10.2.1.tar.bz2" version="10.2.1"
             checkoutdir="Mesa"
             repo="ftp.freedesktop.org"
-            hash="sha256:b51e723f3a20d842c88a92d809435b229fc4744ca0dbec0317d9d4a3ac4c6803">
+            hash="sha256:461277909207da689d8152cfbf9e182ea6f70e1e672ab64c67df83725c8d2b54">
+      <patch file="mesa-gallivm-Fix-build-after-LLVM-commit-211259.patch" strip="1"/>
     </branch>
   </autotools>
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to