meson: fix libnice fallback options

This commit is contained in:
Tim-Philipp Müller 2018-05-21 14:42:56 +01:00
parent b0404761f0
commit 2227ef1304

View file

@ -15,7 +15,7 @@ webrtc_sources = [
libnice_dep = dependency('nice', version : '>=0.1.14', required : false,
fallback : ['libnice', 'libnice_dep'],
default_options: ['-Dtests=false'])
default_options: ['tests=false'])
if libnice_dep.found()
library('gstwebrtc',