evl: add build option

This commit is contained in:
Wim Taymans 2019-06-18 18:01:14 +02:00
parent ffaa365bef
commit cbe3a88397
2 changed files with 24 additions and 2 deletions

View file

@ -62,6 +62,10 @@ option('support',
description: 'Enable support spa plugin integration',
type: 'boolean',
value: true)
option('evl',
description: 'Enable EVL support spa plugin integration',
type: 'boolean',
value: false)
option('test',
description: 'Enable test spa plugin integration',
type: 'boolean',