Title: [228855] trunk/Tools
Revision
228855
Author
[email protected]
Date
2018-02-20 19:27:09 -0800 (Tue, 20 Feb 2018)

Log Message

[GTK] jhbuild: Remove gtk-doc
https://bugs.webkit.org/show_bug.cgi?id=182956

Patch by Fujii Hironori <[email protected]> on 2018-02-20
Reviewed by Michael Catanzaro.

jhbuild doesn't need to build gtk-doc because major LTS Linux
distributions have gtk-doc v1.25, and
Tools/gtk/install-dependencies installs gtk-doc.

* gtk/jhbuild.modules: Removed gtk-doc.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (228854 => 228855)


--- trunk/Tools/ChangeLog	2018-02-21 02:17:57 UTC (rev 228854)
+++ trunk/Tools/ChangeLog	2018-02-21 03:27:09 UTC (rev 228855)
@@ -1,3 +1,16 @@
+2018-02-20  Fujii Hironori  <[email protected]>
+
+        [GTK] jhbuild: Remove gtk-doc
+        https://bugs.webkit.org/show_bug.cgi?id=182956
+
+        Reviewed by Michael Catanzaro.
+
+        jhbuild doesn't need to build gtk-doc because major LTS Linux
+        distributions have gtk-doc v1.25, and
+        Tools/gtk/install-dependencies installs gtk-doc.
+
+        * gtk/jhbuild.modules: Removed gtk-doc.
+
 2018-02-20  Tim Horton  <[email protected]>
 
         Introduce HAVE(IOSURFACE_ACCELERATOR)

Modified: trunk/Tools/gtk/jhbuild.modules (228854 => 228855)


--- trunk/Tools/gtk/jhbuild.modules	2018-02-21 02:17:57 UTC (rev 228854)
+++ trunk/Tools/gtk/jhbuild.modules	2018-02-21 03:27:09 UTC (rev 228855)
@@ -21,7 +21,6 @@
       <dep package="glib"/>
       <dep package="glib-networking"/>
       <dep package="adwaita-icon-theme"/>
-      <dep package="gtk-doc"/>
       <dep package="icu"/>
       <dep package="libsoup"/>
       <dep package="atk"/>
@@ -367,18 +366,6 @@
             hash="sha256:cde1d55e8dd70c3cbb3d1ec72f60e60000041579caa1d6a262bd9c35e93723a5"/>
   </autotools>
 
-  <autotools id="gtk-doc" autogen-sh="configure">
-    <if condition-set="macos">
-      <autogenargs value="--with-xml-catalog=/usr/local/etc/xml/catalog"/>
-    </if>
-    <dependencies>
-      <dep package="glib"/>
-    </dependencies>
-    <branch module="/pub/GNOME/sources/gtk-doc/${version}/gtk-doc-${version}.tar.xz" version="1.25"
-            repo="ftp.gnome.org"
-            hash="sha256:1ea46ed400e6501f975acaafea31479cea8f32f911dca4dff036f59e6464fd42"/>
-  </autotools>
-
   <autotools id="libdrm" autogen-sh="configure">
     <pkg-config>libdrm.pc</pkg-config>
     <branch module="/libdrm/libdrm-${version}.tar.bz2" version="2.4.89"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to