mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-30 19:18:31 +00:00
meson: fix libnice fallback options
This commit is contained in:
parent
b0404761f0
commit
2227ef1304
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue