summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu@centricular.com>2019-04-05 15:27:37 +0200
committerMathieu Duponchelle <mathieu@centricular.com>2019-04-05 15:27:37 +0200
commitd3029ec0d606016f4d0ba15ea64812a12b607087 (patch)
tree51ff94c48267617937ad422f72de794d968ebff1 /meson_options.txt
parentacf83f17c2d8abfc579fddd5b628bf1a35e4f883 (diff)
downloadgstreamer-d3029ec0d606016f4d0ba15ea64812a12b607087.tar.gz
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.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
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')