mirror of
https://gitlab.freedesktop.org/pipewire/helvum.git
synced 2025-12-20 05:20:03 +01:00
12 lines
194 B
Meson
12 lines
194 B
Meson
|
|
option(
|
||
|
|
'profile',
|
||
|
|
type: 'combo',
|
||
|
|
choices: [
|
||
|
|
'default',
|
||
|
|
'development'
|
||
|
|
],
|
||
|
|
value: 'default',
|
||
|
|
description: 'The build profile for Helvum. One of "default" or "development".'
|
||
|
|
)
|
||
|
|
|