From d3029ec0d606016f4d0ba15ea64812a12b607087 Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Fri, 5 Apr 2019 15:27:37 +0200 Subject: add libnice as a top-level subproject. When relying on a system-wide libnice, we end up not building the nice elements, which means we can't use them, and by extension webrtcbin, in the uninstalled environment. This also introduces a way to avoid checking the version of a given subproject, and makes use of it for libnice and pygobject, which only passed the version check by chance, as its current major version is 3. --- meson_options.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 0d36f6ebb5..624979b621 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,5 +1,6 @@ option('python', type : 'feature', value : 'auto') option('libav', type : 'feature', value : 'auto') +option('libnice', type : 'feature', value : 'auto') option('ugly', type : 'feature', value : 'auto') option('bad', type : 'feature', value : 'auto') option('devtools', type : 'feature', value : 'auto') -- cgit v1.2.1