Title: [129449] trunk/Tools
Revision
129449
Author
[email protected]
Date
2012-09-24 20:53:12 -0700 (Mon, 24 Sep 2012)

Log Message

[GTK][EFL] Make sure cairo is built with fontconfig support
https://bugs.webkit.org/show_bug.cgi?id=97513

Patch by Laszlo Gombos <[email protected]> on 2012-09-24
Reviewed by Martin Robinson.

The GTK and EFL port of WebKit requires a version of cairo that is built with fontconfig support.

* efl/jhbuild.modules:
* gtk/jhbuild.modules:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (129448 => 129449)


--- trunk/Tools/ChangeLog	2012-09-25 03:26:31 UTC (rev 129448)
+++ trunk/Tools/ChangeLog	2012-09-25 03:53:12 UTC (rev 129449)
@@ -1,3 +1,15 @@
+2012-09-24  Laszlo Gombos  <[email protected]>
+
+        [GTK][EFL] Make sure cairo is built with fontconfig support
+        https://bugs.webkit.org/show_bug.cgi?id=97513
+
+        Reviewed by Martin Robinson.
+
+        The GTK and EFL port of WebKit requires a version of cairo that is built with fontconfig support. 
+
+        * efl/jhbuild.modules:
+        * gtk/jhbuild.modules:
+
 2012-09-24  Benjamin Poulain  <[email protected]>
 
         Fix Geolocation error reporting in the test support

Modified: trunk/Tools/efl/jhbuild.modules (129448 => 129449)


--- trunk/Tools/efl/jhbuild.modules	2012-09-25 03:26:31 UTC (rev 129448)
+++ trunk/Tools/efl/jhbuild.modules	2012-09-25 03:53:12 UTC (rev 129449)
@@ -41,6 +41,7 @@
 
   <autotools id="cairo" autogen-sh="configure">
     <dependencies>
+      <dep package="fontconfig"/>
       <dep package="pixman"/>
     </dependencies>
     <branch module="releases/cairo-1.10.2.tar.gz" version="1.10.2"

Modified: trunk/Tools/gtk/jhbuild.modules (129448 => 129449)


--- trunk/Tools/gtk/jhbuild.modules	2012-09-25 03:26:31 UTC (rev 129448)
+++ trunk/Tools/gtk/jhbuild.modules	2012-09-25 03:53:12 UTC (rev 129449)
@@ -48,6 +48,7 @@
 
   <autotools id="cairo" autogen-sh="configure">
     <dependencies>
+      <dep package="fontconfig"/>
       <dep package="pixman"/>
     </dependencies>
     <branch module="releases/cairo-1.10.2.tar.gz" version="1.10.2"
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to