<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#c9">Comment # 9</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:ossy&#64;webkit.org" title="Csaba Osztrogonác OOO_until_24th_Aug &lt;ossy&#64;webkit.org&gt;"> <span class="fn">Csaba Osztrogonác OOO_until_24th_Aug</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=147559#c8">comment #8</a>)
<span class="quote">&gt; (In reply to <a href="show_bug.cgi?id=147559#c7">comment #7</a>)
&gt; &gt; I think this may get fixed just by doing:
&gt; &gt; 
&gt; &gt; $ rm -fr WebKitBuild
&gt; &gt; $ Tools/gtk/install-dependencies
&gt; &gt; $ Tools/Scripts/update-webkitgtk-libs
&gt; &gt; 
&gt; &gt; We ship GTK+-3.16 on the JHBuild, but the Wayland headers have to be
&gt; &gt; installed _before_ building the GTK+ we ship in the JHBuild. Otherwise the
&gt; &gt; configure script of GTK+ will disable the support for wayland.
&gt; 
&gt; This was a one-time issue caused by running install-dependencies before
&gt; Wayland support was added. I don't think we need to change anything here.
&gt; But I will change PlatformGTK.cmake to allow automagic detection of
&gt; X11/Wayland support.</span >

Unfortunately it didn't fix the issue for me, GTK is 
still built without Wayland support for some reason.

...
checking for wayland-scanner... /usr/bin/wayland-scanner
checking for WAYLAND_DEPENDENCIES... no
...
        GTK+ 3.16.4
        ===========

        GDK backends:         x11
        X11 extensions:       XKB Xinerama XI2.2 XRANDR XFIXES Composite DAMAGE
        Print backends:       file lpr
        Dynamic modules:      yes
        Included immodules:   none
        colord support:       no
        libcanberra support:  no
        Introspection:        yes
        Debugging:            minimum
        Documentation:        no
...

GTK's config.log
-----------------
...
configure:20330: checking for wayland-scanner
configure:20348: found /usr/bin/wayland-scanner
configure:20361: result: /usr/bin/wayland-scanner
configure:20370: $PKG_CONFIG --exists --print-errors &quot;$WAYLAND_DEPENDENCIES&quot;
Requested 'wayland-client &gt;= 1.5.91' but version of Wayland Client is 1.4.0
Requested 'wayland-cursor &gt;= 1.5.91' but version of Wayland Cursor is 1.4.0
configure:20373: $? = 1
configure:20379: checking for WAYLAND_DEPENDENCIES
configure:20386: result: no
...

It seems the problem is that 14.04 ships older wayland than GTK+ need.</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>