summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2020-05-27 09:59:16 -0400
committerThibault Saunier <tsaunier@igalia.com>2020-05-27 09:59:16 -0400
commita7b7ca5a5978ae9fa312d45f6182f29e0b71a41c (patch)
treef600dd2dda272ad6973410934600da58947bb813
parent2f514b809808a90a3aba1977d6b77a8398e17148 (diff)
Notify that gst-rts-server has plugin
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/151>
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 4302eef809..e0a59ee1e3 100644
--- a/meson.build
+++ b/meson.build
@@ -62,7 +62,7 @@ subprojects = [
['gst-plugins-bad', { 'option': get_option('bad'), 'build-hotdoc': true, 'has-plugins': true}],
['gst-plugins-ugly', { 'option': get_option('ugly'), 'build-hotdoc': true, 'has-plugins': true}],
['gst-libav', { 'option': get_option('libav'), 'build-hotdoc': true, 'has-plugins': true}],
- ['gst-rtsp-server', { 'option': get_option('rtsp_server'), 'build-hotdoc': true }],
+ ['gst-rtsp-server', { 'option': get_option('rtsp_server'), 'build-hotdoc': true , 'has-plugins': true}],
['gst-devtools', { 'option': get_option('devtools'), 'build-hotdoc': true }],
['gst-integration-testsuites', { 'option': get_option('devtools') }],
['gst-editing-services', { 'option': get_option('ges'), 'build-hotdoc': true, 'has-plugins': true}],