meson: Fixed remaining issues from the port to feature options

This commit is contained in:
Thibault Saunier 2021-03-11 14:25:48 -03:00 committed by Wim Taymans
parent 9cd9339c2a
commit 22f6e8e36d
3 changed files with 7 additions and 7 deletions

View file

@ -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',