mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
meson.build: separate options for installing man pages or docs
This commit is contained in:
parent
d0ec322434
commit
ffa52fdbc1
3 changed files with 20 additions and 10 deletions
|
|
@ -2,7 +2,11 @@ option('docdir',
|
|||
type : 'string',
|
||||
description : 'Directory for installing documentation to (defaults to pipewire_datadir/doc/meson.project_name() )')
|
||||
option('docs',
|
||||
description: 'Build documentation',
|
||||
description: 'Documentation',
|
||||
type: 'feature',
|
||||
value: 'disabled')
|
||||
option('man',
|
||||
description: 'Manual pages',
|
||||
type: 'feature',
|
||||
value: 'disabled')
|
||||
option('examples',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue