Title: [223301] trunk/Tools
Revision
223301
Author
[email protected]
Date
2017-10-13 15:03:42 -0700 (Fri, 13 Oct 2017)

Log Message

[WPE] Fontconfig fails build in JHBuild with “error: conflicting types for ‘FcObjectTypeHash’”
https://bugs.webkit.org/show_bug.cgi?id=178283

Reviewed by Žan Doberšek.

* wpe/jhbuild.modules: Flag Fontconfig to be built inside the source directory, otherwise
compilation fails. While at it, pass "--disable-docs" to cut a bit on build time.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (223300 => 223301)


--- trunk/Tools/ChangeLog	2017-10-13 21:58:01 UTC (rev 223300)
+++ trunk/Tools/ChangeLog	2017-10-13 22:03:42 UTC (rev 223301)
@@ -1,3 +1,13 @@
+2017-10-13  Adrian Perez de Castro  <[email protected]>
+
+        [WPE] Fontconfig fails build in JHBuild with “error: conflicting types for ‘FcObjectTypeHash’”
+        https://bugs.webkit.org/show_bug.cgi?id=178283
+
+        Reviewed by Žan Doberšek.
+
+        * wpe/jhbuild.modules: Flag Fontconfig to be built inside the source directory, otherwise
+        compilation fails. While at it, pass "--disable-docs" to cut a bit on build time.
+
 2017-10-13  Youenn Fablet  <[email protected]>
 
         Implement listing origins for which CacheStorage is storing data

Modified: trunk/Tools/wpe/jhbuild.modules (223300 => 223301)


--- trunk/Tools/wpe/jhbuild.modules	2017-10-13 21:58:01 UTC (rev 223300)
+++ trunk/Tools/wpe/jhbuild.modules	2017-10-13 22:03:42 UTC (rev 223301)
@@ -107,7 +107,9 @@
             hash="sha256:a3c603ed84c3c2495f9c9331fe6bba3bb0ee65e06ec331e0a0fb52158291b40b"/>
   </autotools>
 
-  <autotools id="fontconfig" autogen-sh="configure">
+  <autotools id="fontconfig" autogen-sh="configure"
+             autogenargs="--disable-docs"
+             supports-non-srcdir-builds="no">
     <dependencies>
       <dep package="freetype6"/>
     </dependencies>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to