[Webkit-unassigned] [Bug 147559] [GTK] r186800 broke the build on Ubuntu 14.04

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 17 15:46:03 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=147559

--- Comment #7 from Carlos Alberto Lopez Perez <clopez at igalia.com> ---
(In reply to comment #0)
> After http://trac.webkit.org/changeset/186800 I got the following
> build error on my Ubuntu 14.04 (with Clang 3.5 compiler)
> 
> -- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
> CMake Error at Source/cmake/OptionsGTK.cmake:423 (message):
>   Recompile GTK+ with Wayland backend to use ENABLE_WAYLAND_TARGET
> Call Stack (most recent call first):
>   CMakeLists.txt:164 (include)
> 
> 
> -- Configuring incomplete, errors occurred!
> See also
> "/home/webkit/WebKit/WebKitBuild/Release/CMakeFiles/CMakeOutput.log".
> See also "/home/webkit/WebKit/WebKitBuild/Release/CMakeFiles/CMakeError.log".
> 
> 
> It seems GTK3_SUPPORTS_WAYLAND is false for some reason. Is 
> it possible to make the build work or should I disable Wayland?

I think this may get fixed just by doing:

$ rm -fr WebKitBuild
$ Tools/gtk/install-dependencies
$ Tools/Scripts/update-webkitgtk-libs

We ship GTK+-3.16 on the JHBuild, but the Wayland headers have to be installed _before_ building the GTK+ we ship in the JHBuild. Otherwise the configure script of GTK+ will disable the support for wayland.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150817/42aef7a4/attachment.html>


More information about the webkit-unassigned mailing list