meson: Rename some options

This commit is contained in:
Rafał Dzięgiel
2021-09-08 20:46:43 +02:00
parent 6cddb1a16d
commit 3c500e0be9
2 changed files with 5 additions and 5 deletions

View File

@@ -1,12 +1,12 @@
option('clapper-player',
option('player',
type: 'boolean',
value: true,
description: 'Build Clapper player'
)
option('clapper-lib',
option('lib',
type: 'boolean',
value: true,
description: 'Build Clapper libs (including API)'
description: 'Build GstClapper lib'
)
option('devel-checks',
type: 'boolean',