blob: ad6b23a00655d3515ca1844e8aca3958592ae943 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ext/sctp/meson.build.orig 2025-03-11 20:14:44 UTC
+++ ext/sctp/meson.build
@@ -20,7 +20,7 @@ plugin_sources += {
'sctp': pathsep.join(doc_sources)
}
-sctp_option = get_option('sctp').enable_if(get_option('webrtc').enabled(), error_message: 'webrtc option is enabled')
+sctp_option = get_option('sctp')
if sctp_option.disabled()
subdir_done()
endif
|