mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 15:22:11 +02:00
21 lines
495 B
Meson
21 lines
495 B
Meson
option('clapper-player',
|
|
type : 'boolean',
|
|
value : true,
|
|
description: 'Build Clapper player'
|
|
)
|
|
option('clapper-lib',
|
|
type : 'boolean',
|
|
value : true,
|
|
description: 'Build Clapper libs (including API)'
|
|
)
|
|
option('devel-checks',
|
|
type : 'boolean',
|
|
value : false,
|
|
description: 'GStreamer GLib checks and asserts such as API guards (disable for stable releases)'
|
|
)
|
|
option('deprecated-glib-api',
|
|
type : 'boolean',
|
|
value : true,
|
|
description: 'Allow using of deprecated GLib API'
|
|
)
|