Title: [198025] trunk/Tools
- Revision
- 198025
- Author
- [email protected]
- Date
- 2016-03-11 10:02:27 -0800 (Fri, 11 Mar 2016)
Log Message
Unreviewed, rolling out r197495.
https://bugs.webkit.org/show_bug.cgi?id=155369
LLVM is needed to run update-webkitgtk-libs reliably
(Requested by mcatanzaro on #webkit).
Reverted changeset:
"[jhbuild] Remove LLVM dependency."
https://bugs.webkit.org/show_bug.cgi?id=153274
http://trac.webkit.org/changeset/197495
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (198024 => 198025)
--- trunk/Tools/ChangeLog 2016-03-11 17:51:00 UTC (rev 198024)
+++ trunk/Tools/ChangeLog 2016-03-11 18:02:27 UTC (rev 198025)
@@ -1,3 +1,17 @@
+2016-03-11 Commit Queue <[email protected]>
+
+ Unreviewed, rolling out r197495.
+ https://bugs.webkit.org/show_bug.cgi?id=155369
+
+ LLVM is needed to run update-webkitgtk-libs reliably
+ (Requested by mcatanzaro on #webkit).
+
+ Reverted changeset:
+
+ "[jhbuild] Remove LLVM dependency."
+ https://bugs.webkit.org/show_bug.cgi?id=153274
+ http://trac.webkit.org/changeset/197495
+
2016-03-11 Youenn Fablet <[email protected]>
WTF should have a similar function as equalLettersIgnoringASCIICase to match beginning of strings
Modified: trunk/Tools/gtk/jhbuild.modules (198024 => 198025)
--- trunk/Tools/gtk/jhbuild.modules 2016-03-11 17:51:00 UTC (rev 198024)
+++ trunk/Tools/gtk/jhbuild.modules 2016-03-11 18:02:27 UTC (rev 198025)
@@ -28,6 +28,7 @@
<dep package="gst-plugins-bad"/>
<dep package="gst-libav"/>
<dep package="openwebrtc"/>
+ <dep package="llvm"/>
<dep package="shared-mime-info"/>
<if condition-set="linux">
<dep package="xserver"/>
@@ -67,6 +68,8 @@
href=""
<repository type="tarball" name="people.freedesktop.org"
href=""
+ <repository type="tarball" name="llvm.org"
+ href=""
<autotools id="cairo">
<if condition-set="linux">
@@ -420,6 +423,9 @@
repo="people.freedesktop.org"
hash="sha256:8340e64cdc91999840404c211496f3de38e7b4cb38db34e2f72f1642c5134760">
</branch>
+ <dependencies>
+ <dep package="llvm"/>
+ </dependencies>
</autotools>
<autotools id="libusrsctp" supports-non-srcdir-builds="no" autogen-sh="./bootstrap; ./configure --disable-warnings-as-errors">
@@ -449,6 +455,13 @@
<branch repo="github.com" module="EricssonResearch/openwebrtc.git" checkoutdir="openwebrtc" tag="f511ea1fa79a33fa3d52bfd1c0969c28084aeb35"/>
</autotools>
+ <autotools id="llvm"
+ autogenargs="--enable-optimized --disable-terminfo --disable-zlib --enable-targets=host --disable-backtraces --disable-crash-overrides --disable-expensive-checks --disable-debug-runtime --disable-assertions --enable-shared">
+ <branch repo="llvm.org"
+ module="/releases/3.7.0/llvm-3.7.0.src.tar.xz" version="3.7.0" checkoutdir="llvm-3.7.0"
+ hash="sha256:ab45895f9dcdad1e140a3a79fd709f64b05ad7364e308c0e582c5b02e9cc3153"/>
+ </autotools>
+
<autotools id="gsettings-desktop-schemas" autogen-sh="configure">
<dependencies>
<dep package="glib"/>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes