Changeset 183496 in webkit


Ignore:
Timestamp:
Apr 28, 2015 11:56:51 AM (9 years ago)
Author:
jdiggs@igalia.com
Message:

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

Reviewed by Žan Doberšek.

Bump the version of Mesa to 10.5.4

  • gtk/jhbuild.modules:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r183488 r183496  
     12015-04-28  Joanmarie Diggs  <jdiggs@igalia.com>
     2
     3        [GTK][jhbuild] Mesa build failure with llvm 3.6
     4        https://bugs.webkit.org/show_bug.cgi?id=144250
     5
     6        Reviewed by Žan Doberšek.
     7
     8        Bump the version of Mesa to 10.5.4
     9
     10        * gtk/jhbuild.modules:
     11
    1122015-04-28  Alexey Proskuryakov  <ap@apple.com>
    213
  • trunk/Tools/gtk/jhbuild.modules

    r183486 r183496  
    356356    <!--- WARNING: At jhbuildrc, when we define the path to the Gallium llvmpipe software rasterizer (needed by XvfbDriver),
    357357          we assume that the directory is named "Mesa". So, don't change the checkoutdir name even if you update the version.  -->
    358     <branch module="/pub/mesa/older-versions/10.x/10.2.1/MesaLib-10.2.1.tar.bz2" version="10.2.1"
     358    <branch module="/pub/mesa/10.5.4/mesa-10.5.4.tar.xz" version="10.5.4"
    359359            checkoutdir="Mesa"
    360360            repo="ftp.freedesktop.org"
    361             hash="sha256:461277909207da689d8152cfbf9e182ea6f70e1e672ab64c67df83725c8d2b54">
    362       <patch file="mesa-gallivm-Fix-build-after-LLVM-commit-211259.patch" strip="1"/>
     361            hash="sha256:b51e723f3a20d842c88a92d809435b229fc4744ca0dbec0317d9d4a3ac4c6803">
    363362    </branch>
    364363  </autotools>
Note: See TracChangeset for help on using the changeset viewer.