mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05:00
meson: Fixed remaining issues from the port to feature options
This commit is contained in:
parent
9cd9339c2a
commit
22f6e8e36d
3 changed files with 7 additions and 7 deletions
|
|
@ -38,7 +38,7 @@ option('systemd',
|
|||
option('systemd-system-service',
|
||||
description: 'Install systemd system service file',
|
||||
type: 'feature',
|
||||
value: 'auto')
|
||||
value: 'disabled')
|
||||
option('systemd-user-service',
|
||||
description: 'Install systemd user service file',
|
||||
type: 'feature',
|
||||
|
|
@ -124,8 +124,8 @@ option('v4l2',
|
|||
value: 'auto')
|
||||
option('libcamera',
|
||||
description: 'Enable libcamera spa plugin integration',
|
||||
type: 'boolean',
|
||||
value: false)
|
||||
type: 'feature',
|
||||
value: 'auto')
|
||||
option('videoconvert',
|
||||
description: 'Enable videoconvert spa plugin integration',
|
||||
type: 'feature',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue