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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Oct 27 16:13:05 UTC 2017


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

--- Comment #1 from Xavier Claessens <xclaesse at gmail.com> ---
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

-- 
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