srtp: Fix test skipping when plugin option is disabled
authorFabian Orccon <forccon@fluendo.com>
Mon, 17 Oct 2022 11:48:12 +0000 (06:48 -0500)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Tue, 18 Oct 2022 22:12:41 +0000 (22:12 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3200>

subprojects/gst-plugins-bad/ext/srtp/meson.build

index 0b16ab1..49eed5b 100644 (file)
@@ -8,6 +8,7 @@ srtp_sources = [
 
 srtp_cargs = []
 if get_option('srtp').disabled()
+  srtp_dep = dependency('', required : false)
   subdir_done()
 endif