mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 09:41:07 +00:00
cross: Fix cross compilation meson error
The doc is not currently built in cross-compilation, but we still had some meson code that eneded up being called and failed.
This commit is contained in:
parent
6bd73861ca
commit
bb9c37dcf0
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ foreach sp : subprojects
|
|||
message('Created symlink to ' + project_name)
|
||||
endif
|
||||
|
||||
if build_infos.has_key('build-hotdoc', default: false)
|
||||
if not meson.is_cross_build() and build_infos.has_key('build-hotdoc', default: false)
|
||||
if plugins.length() > 0
|
||||
plugins_doc_caches += [subproj.get_variable('plugins_doc_dep')]
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue