meson: add -Draop switch for OpenSSL dep control

Even though OpenSSL is very common, automagic dependencies
are still not great, so let's have a raop switch to control
that.
This commit is contained in:
Niklāvs Koļesņikovs 2021-11-12 21:16:52 +02:00 committed by Wim Taymans
parent a9fbc8a88d
commit ceeaf6c2f9
3 changed files with 8 additions and 4 deletions

View file

@ -214,3 +214,7 @@ option('session-managers',
description : 'Session managers to build (can be [] for none or an absolute path)',
type : 'array',
value : ['media-session'])
option('raop',
description: 'Enable module for Remote Audio Output Protocol',
type: 'feature',
value: 'auto')