<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] r186800 broke the build on Ubuntu 14.04"
   href="https://bugs.webkit.org/show_bug.cgi?id=147559#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] r186800 broke the build on Ubuntu 14.04"
   href="https://bugs.webkit.org/show_bug.cgi?id=147559">bug 147559</a>
              from <span class="vcard"><a class="email" href="mailto:clopez&#64;igalia.com" title="Carlos Alberto Lopez Perez &lt;clopez&#64;igalia.com&gt;"> <span class="fn">Carlos Alberto Lopez Perez</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=147559#c0">comment #0</a>)
<span class="quote">&gt; After <a href="http://trac.webkit.org/changeset/186800">http://trac.webkit.org/changeset/186800</a> I got the following
&gt; build error on my Ubuntu 14.04 (with Clang 3.5 compiler)
&gt; 
&gt; -- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
&gt; CMake Error at Source/cmake/OptionsGTK.cmake:423 (message):
&gt;   Recompile GTK+ with Wayland backend to use ENABLE_WAYLAND_TARGET
&gt; Call Stack (most recent call first):
&gt;   CMakeLists.txt:164 (include)
&gt; 
&gt; 
&gt; -- Configuring incomplete, errors occurred!
&gt; See also
&gt; &quot;/home/webkit/WebKit/WebKitBuild/Release/CMakeFiles/CMakeOutput.log&quot;.
&gt; See also &quot;/home/webkit/WebKit/WebKitBuild/Release/CMakeFiles/CMakeError.log&quot;.
&gt; 
&gt; 
&gt; It seems GTK3_SUPPORTS_WAYLAND is false for some reason. Is 
&gt; it possible to make the build work or should I disable Wayland?</span >

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.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>