<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:pochu27&#64;gmail.com" title="Emilio Pozuelo Monfort &lt;pochu27&#64;gmail.com&gt;"> <span class="fn">Emilio Pozuelo Monfort</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - [GTK] Can't build with USE_LIBHYPHEN=OFF"
   href="https://bugs.webkit.org/show_bug.cgi?id=146583">bug 146583</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>INVALID
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - [GTK] Can't build with USE_LIBHYPHEN=OFF"
   href="https://bugs.webkit.org/show_bug.cgi?id=146583#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - [GTK] Can't build with USE_LIBHYPHEN=OFF"
   href="https://bugs.webkit.org/show_bug.cgi?id=146583">bug 146583</a>
              from <span class="vcard"><a class="email" href="mailto:pochu27&#64;gmail.com" title="Emilio Pozuelo Monfort &lt;pochu27&#64;gmail.com&gt;"> <span class="fn">Emilio Pozuelo Monfort</span></a>
</span></b>
        <pre>Ok, I now what happened:

I don't have libhyphen-dev installed. So a first build with something like:

$ Tools/Scripts/build-webkit --gtk --cmakeargs=&quot;-DENABLE_WAYLAND_TARGET=ON -DENABLE_GLES2=ON -DENABLE_ACCELERATED_2D_CANVAS=OFF -DENABLE_MEDIA_STREAM=OFF&quot; --makeargs=&quot;-j5&quot;

failed, because libhyphen wasn't found but it wasn't explicitly disabled. A subsequent:

$ Tools/Scripts/build-webkit --gtk --cmakeargs=&quot;-DENABLE_WAYLAND_TARGET=ON -DENABLE_GLES2=ON -DENABLE_ACCELERATED_2D_CANVAS=OFF -DENABLE_MEDIA_STREAM=OFF  -DUSE_LIBHYPHEN=OFF&quot; --makeargs=&quot;-j5&quot;

failed again, because apparently one needs to remove the build dir for new configure-time flags to take effect (or maybe there's a flag to force it). Anyway, that's what confused me.

I have verified that things work fine after something like `rm -rf WebKitBuild/Release', so I'm closing this bug. Sorry for the trouble.</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>