mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
meson.build: make pandoc optional
Skip only pandoc-requiring parts if it is not available.
This commit is contained in:
parent
f4a56ad45d
commit
c29d4d4ab7
3 changed files with 12 additions and 5 deletions
|
|
@ -172,7 +172,7 @@ html_target = custom_target('pipewire-docs',
|
|||
install_dir: docdir)
|
||||
|
||||
|
||||
if generate_module_manpages
|
||||
if generate_extra_manpages
|
||||
module_man_rst_py = meson.project_source_root() / 'doc' / 'module-man-rst.py'
|
||||
module_man_defines = []
|
||||
foreach m : manpage_conf.keys()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue