<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] Disable gtk-doc and gobject-introspection when crossbuilding"
   href="https://bugs.webkit.org/show_bug.cgi?id=146590#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] Disable gtk-doc and gobject-introspection when crossbuilding"
   href="https://bugs.webkit.org/show_bug.cgi?id=146590">bug 146590</a>
              from <span class="vcard"><a class="email" href="mailto:mrobinson&#64;webkit.org" title="Martin Robinson &lt;mrobinson&#64;webkit.org&gt;"> <span class="fn">Martin Robinson</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=256099&amp;action=diff" name="attach_256099" title="Patch">attachment 256099</a> <a href="attachment.cgi?id=256099&amp;action=edit" title="Patch">[details]</a></span>
Patch

View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=256099&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=256099&amp;action=review</a>

<span class="quote">&gt; Source/cmake/OptionsGTK.cmake:73
&gt; +# Override the cached variables, gtk-doc and gobject-introspection do not really work when cross-building
&gt; +if (CMAKE_CROSSCOMPILING)
&gt; +    set(ENABLE_GTKDOC OFF)
&gt; +    set(ENABLE_INTROSPECTION OFF)
&gt; +endif ()</span >

Lets move this down to after the USE_LIBHYPHEN check near line 429. It's a bit strange to do this in the middle of the definition of all the options.</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>