Title: [121975] trunk/Tools
Revision
121975
Author
[email protected]
Date
2012-07-06 09:01:33 -0700 (Fri, 06 Jul 2012)

Log Message

[EFL][GTK] jhbuild : Disable pixman demos build depending on GTK+
https://bugs.webkit.org/show_bug.cgi?id=90593

Patch by Dongwoo Im <[email protected]> on 2012-07-06
Reviewed by Philippe Normand.

* efl/jhbuild.modules: Give '--enable-gtk=no' option to pixman.
* gtk/jhbuild.modules: Give '--enable-gtk=no' option to pixman.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (121974 => 121975)


--- trunk/Tools/ChangeLog	2012-07-06 15:55:57 UTC (rev 121974)
+++ trunk/Tools/ChangeLog	2012-07-06 16:01:33 UTC (rev 121975)
@@ -1,3 +1,13 @@
+2012-07-06  Dongwoo Im  <[email protected]>
+
+        [EFL][GTK] jhbuild : Disable pixman demos build depending on GTK+
+        https://bugs.webkit.org/show_bug.cgi?id=90593
+
+        Reviewed by Philippe Normand.
+
+        * efl/jhbuild.modules: Give '--enable-gtk=no' option to pixman.
+        * gtk/jhbuild.modules: Give '--enable-gtk=no' option to pixman.
+
 2012-07-06  Luciano Wolf <[email protected]>
 
         [Qt] DumpRenderTree does not use 'monospace' font when directed

Modified: trunk/Tools/efl/jhbuild.modules (121974 => 121975)


--- trunk/Tools/efl/jhbuild.modules	2012-07-06 15:55:57 UTC (rev 121974)
+++ trunk/Tools/efl/jhbuild.modules	2012-07-06 16:01:33 UTC (rev 121975)
@@ -51,7 +51,8 @@
     </branch>
   </autotools>
 
-  <autotools id="pixman" autogen-sh="configure">
+  <autotools id="pixman" autogen-sh="configure"
+             autogenargs="--enable-gtk=no">
     <branch module="releases/pixman-0.24.0.tar.gz" version="0.24.0"
             repo="cairographics.org"
             hash="sha256:a5647c7158f103eedff5fba799018f4169f6b26b573ab7685812ebc9a1c5d2e4"

Modified: trunk/Tools/gtk/jhbuild.modules (121974 => 121975)


--- trunk/Tools/gtk/jhbuild.modules	2012-07-06 15:55:57 UTC (rev 121974)
+++ trunk/Tools/gtk/jhbuild.modules	2012-07-06 16:01:33 UTC (rev 121975)
@@ -58,7 +58,8 @@
     </branch>
   </autotools>
 
-  <autotools id="pixman" autogen-sh="configure">
+  <autotools id="pixman" autogen-sh="configure"
+             autogenargs="--enable-gtk=no">
     <branch module="releases/pixman-0.24.0.tar.gz" version="0.24.0"
             repo="cairographics.org"
             hash="sha256:a5647c7158f103eedff5fba799018f4169f6b26b573ab7685812ebc9a1c5d2e4"
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to