blob: 5a100ae3c31264f3de0dfe7ccc2c12d401c77efc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ext/srtp/meson.build.orig 2025-03-11 20:14:44 UTC
+++ ext/srtp/meson.build
@@ -24,7 +24,7 @@ srtp_cargs = []
}
srtp_cargs = []
-srtp_option = get_option('srtp').enable_if(get_option('webrtc').enabled(), error_message: 'webrtc option is enabled')
+srtp_option = get_option('srtp')
if srtp_option.disabled()
srtp_dep = dependency('', required : false)
subdir_done()
|