[Webkit-unassigned] [Bug 146590] [GTK] Disable gtk-doc and gobject-introspection when crossbuilding
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jul 3 07:34:42 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=146590
--- Comment #2 from Martin Robinson <mrobinson at webkit.org> ---
Comment on attachment 256099
--> https://bugs.webkit.org/attachment.cgi?id=256099
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=256099&action=review
> 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 ()
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.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150703/7e7345eb/attachment.html>
More information about the webkit-unassigned
mailing list