meson: Use feature for GStreamer and make it auto

Bumping version dependency of meson

Fix minor new warning in meson
This commit is contained in:
Thibault Saunier 2018-10-29 13:27:24 +00:00 committed by Wim Taymans
parent 8693e416bc
commit 795b352cba
4 changed files with 24 additions and 16 deletions

View file

@ -8,8 +8,8 @@ option('man',
value: false)
option('gstreamer',
description: 'Build GStreamer plugins',
type: 'boolean',
value: false)
type: 'feature',
value: 'auto')
option('systemd',
description: 'Enable systemd integration',
type: 'boolean',