Title: [197495] trunk/Tools
Revision
197495
Author
[email protected]
Date
2016-03-02 22:37:30 -0800 (Wed, 02 Mar 2016)

Log Message

[jhbuild] Remove LLVM dependency.
https://bugs.webkit.org/show_bug.cgi?id=153274

Patch by Frederic Wang <[email protected]> on 2016-03-03
Reviewed by Carlos Garcia Campos.

* gtk/jhbuild.modules:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (197494 => 197495)


--- trunk/Tools/ChangeLog	2016-03-03 06:31:37 UTC (rev 197494)
+++ trunk/Tools/ChangeLog	2016-03-03 06:37:30 UTC (rev 197495)
@@ -1,3 +1,12 @@
+2016-03-03  Frederic Wang  <[email protected]>
+
+        [jhbuild] Remove LLVM dependency.
+        https://bugs.webkit.org/show_bug.cgi?id=153274
+
+        Reviewed by Carlos Garcia Campos.
+
+        * gtk/jhbuild.modules:
+
 2016-03-02  Alejandro G. Castro  <[email protected]>
 
         Unreviewed build fix for media-stream after r197114.

Modified: trunk/Tools/gtk/jhbuild.modules (197494 => 197495)


--- trunk/Tools/gtk/jhbuild.modules	2016-03-03 06:31:37 UTC (rev 197494)
+++ trunk/Tools/gtk/jhbuild.modules	2016-03-03 06:37:30 UTC (rev 197495)
@@ -28,7 +28,6 @@
       <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"/>
@@ -68,8 +67,6 @@
       href=""
   <repository type="tarball" name="people.freedesktop.org"
       href=""
-  <repository type="tarball" name="llvm.org"
-      href=""
 
   <autotools id="cairo">
     <if condition-set="linux">
@@ -430,9 +427,6 @@
             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">
@@ -468,13 +462,6 @@
     <branch repo="github.com" module="EricssonResearch/openwebrtc.git" checkoutdir="openwebrtc" tag="13516c7f79a0c48bb411464f7613d4b426c70f5b"/>
   </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

Reply via email to