<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@webkit.org" title="Martin Robinson <mrobinson@webkit.org>"> <span class="fn">Martin Robinson</span></a>
</span></b>
<pre>Comment on <span class=""><a href="attachment.cgi?id=256099&action=diff" name="attach_256099" title="Patch">attachment 256099</a> <a href="attachment.cgi?id=256099&action=edit" title="Patch">[details]</a></span>
Patch
View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=256099&action=review">https://bugs.webkit.org/attachment.cgi?id=256099&action=review</a>
<span class="quote">> Source/cmake/OptionsGTK.cmake:73
> +# Override the cached variables, gtk-doc and gobject-introspection do not really work when cross-building
> +if (CMAKE_CROSSCOMPILING)
> + set(ENABLE_GTKDOC OFF)
> + set(ENABLE_INTROSPECTION OFF)
> +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>