mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-25 06:59:57 -05:00
meson: rename options as per meson's style guide
see https://mesonbuild.com/Style-guide.html
This commit is contained in:
parent
165c441ced
commit
3bf53f5e22
3 changed files with 7 additions and 7 deletions
|
|
@ -1,12 +1,12 @@
|
|||
option('enable_docs',
|
||||
option('docs',
|
||||
description: 'Build documentation',
|
||||
type: 'boolean',
|
||||
value: false)
|
||||
option('enable_man',
|
||||
option('man',
|
||||
description: 'Build manpages',
|
||||
type: 'boolean',
|
||||
value: false)
|
||||
option('enable_gstreamer',
|
||||
option('gstreamer',
|
||||
description: 'Build GStreamer plugins',
|
||||
type: 'boolean',
|
||||
value: false)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue