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
|
|
@ -13,6 +13,10 @@ option('man',
|
|||
description: 'Build manpages',
|
||||
type: 'feature',
|
||||
value: 'auto')
|
||||
option('man-extra',
|
||||
description: 'Build extra manpages',
|
||||
type: 'feature',
|
||||
value: 'auto')
|
||||
option('tests',
|
||||
description: 'Build tests',
|
||||
type: 'feature',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue