mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 15:08:53 +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,
|
libnice_dep = dependency('nice', version : '>=0.1.14', required : false,
|
||||||
fallback : ['libnice', 'libnice_dep'],
|
fallback : ['libnice', 'libnice_dep'],
|
||||||
default_options: ['-Dtests=false'])
|
default_options: ['tests=false'])
|
||||||
|
|
||||||
if libnice_dep.found()
|
if libnice_dep.found()
|
||||||
library('gstwebrtc',
|
library('gstwebrtc',
|
||||||
|
|
Loading…
Reference in a new issue