webrtc: update default libnice options
authorTim-Philipp Müller <tim@centricular.com>
Fri, 2 Nov 2018 20:16:56 +0000 (20:16 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 2 Nov 2018 20:16:56 +0000 (20:16 +0000)
Uses feature options now.

ext/webrtc/meson.build

index b2f485b..6eb7ca0 100644 (file)
@@ -17,7 +17,7 @@ webrtc_sources = [
 
 libnice_dep = dependency('nice', version : '>=0.1.14', required : get_option('webrtc'),
                          fallback : ['libnice', 'libnice_dep'],
-                         default_options: ['tests=false'])
+                         default_options: ['tests=disabled'])
 
 if libnice_dep.found()
   gstwebrtc_plugin = library('gstwebrtc',