meson: rename options as per meson's style guide

see https://mesonbuild.com/Style-guide.html
This commit is contained in:
Rasmus Thomsen 2018-05-19 11:44:28 +02:00 committed by Wim Taymans
parent 165c441ced
commit 3bf53f5e22
3 changed files with 7 additions and 7 deletions

View file

@ -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)