[Bug 789565] Meson: configuring meson fails when cross compiling for windows

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat Oct 28 03:12:07 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=789565

--- Comment #2 from Nirbheek Chauhan <nirbheek.chauhan at gmail.com> ---
(In reply to Xavier Claessens from comment #1)
> A workaround is to setup meson and configure it in one step with:
> 
> meson build -Ddisable_gtkdoc=true
> 
> In that case it won't try to build doc when cross compiling to Windows. But
> you cannot split that command into:
> 
> meson build
> meson configure -Ddisable_gtkdoc=true build

Note that you should always try to use the first one because changing the
configuration after running meson will cause meson to re-run when you try to
build the project.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list