meson: Enable raop-sink module, add raop lib, add openssl dependency

Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
Arnaud Rebillout 2018-09-20 17:05:06 +07:00 committed by Arun Raghavan
parent 83b6903849
commit 4c9b6370d1
4 changed files with 40 additions and 2 deletions

View file

@ -22,3 +22,5 @@ librtp = shared_library('librtp',
dependencies : [libpulse_dep, libpulsecommon_dep, libpulsecore_dep],
install : true
)
librtp_dep = declare_dependency(link_with: librtp)