mirror of
https://gitlab.freedesktop.org/pipewire/helvum.git
synced 2025-12-20 01:50:03 +01:00
Meson will allow us to: - Verify the used rust compiler is recent enough - Install ressources such as a .desktop files, icons, etc.
11 lines
194 B
Meson
11 lines
194 B
Meson
option(
|
|
'profile',
|
|
type: 'combo',
|
|
choices: [
|
|
'default',
|
|
'development'
|
|
],
|
|
value: 'default',
|
|
description: 'The build profile for Helvum. One of "default" or "development".'
|
|
)
|
|
|