srtp: Fix test skipping when plugin option is disabled
[platform/upstream/gstreamer.git] / 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