Title: [146988] trunk/Tools
- Revision
- 146988
- Author
- rak...@webkit.org
- Date
- 2013-03-27 08:36:55 -0700 (Wed, 27 Mar 2013)
Log Message
[EFL][jhbuild] Evas fails to build when Wayland is present on the system
https://bugs.webkit.org/show_bug.cgi?id=113403
Reviewed by Kenneth Rohde Christiansen.
As of Evas 1.7.5, when Wayland is detected on the system, support for
both Wayland SHM and Wayland EGL is automatically enabled in autoconf.
The code, however, seems to depend on a few other flags which must be
explicitly enabled.
If those additional GL-related options are passed, we end up
having issues on the WebKit side, so disable Wayland support for
now.
* efl/jhbuild.modules:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (146987 => 146988)
--- trunk/Tools/ChangeLog 2013-03-27 15:35:45 UTC (rev 146987)
+++ trunk/Tools/ChangeLog 2013-03-27 15:36:55 UTC (rev 146988)
@@ -1,3 +1,21 @@
+2013-03-27 Raphael Kubo da Costa <raphael.kubo.da.co...@intel.com>
+
+ [EFL][jhbuild] Evas fails to build when Wayland is present on the system
+ https://bugs.webkit.org/show_bug.cgi?id=113403
+
+ Reviewed by Kenneth Rohde Christiansen.
+
+ As of Evas 1.7.5, when Wayland is detected on the system, support for
+ both Wayland SHM and Wayland EGL is automatically enabled in autoconf.
+ The code, however, seems to depend on a few other flags which must be
+ explicitly enabled.
+
+ If those additional GL-related options are passed, we end up
+ having issues on the WebKit side, so disable Wayland support for
+ now.
+
+ * efl/jhbuild.modules:
+
2013-03-27 Sheriff Bot <webkit.review....@gmail.com>
Unreviewed, rolling out r146864.
Modified: trunk/Tools/efl/jhbuild.modules (146987 => 146988)
--- trunk/Tools/efl/jhbuild.modules 2013-03-27 15:35:45 UTC (rev 146987)
+++ trunk/Tools/efl/jhbuild.modules 2013-03-27 15:36:55 UTC (rev 146988)
@@ -189,7 +189,12 @@
</dependencies>
</autotools>
- <autotools id="evas" autogen-sh="configure">
+ <!-- TODO: Enabling Wayland support in Evas is currently requires additional
+ GL-related options that might break our use of GLX in WebKit. While we
+ do not investigate it in more depth, explicitly disable Wayland support
+ in Evas. -->
+ <autotools id="evas" autogen-sh="configure"
+ autogenargs="--disable-wayland-shm --disable-wayland-egl">
<branch module="releases/evas-1.7.5.tar.bz2" version="1.7.5"
repo="download.enlightenment.org"
hash="sha256:70b350a970b2086787622845896f3e54de278fe698b8069796fd752e70427374"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes