From adf3c79bb875e1ebef5ce669296bbe9022528cb2 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Thu, 15 Feb 2024 17:14:18 -0500 Subject: [PATCH] Disable webrtc-audio-processing dependency This is needed only for the daemon, but for RHEL 10 we need only the client code. --- pulseaudio.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pulseaudio.spec b/pulseaudio.spec index 8b03ba1..86c8ef3 100644 --- a/pulseaudio.spec +++ b/pulseaudio.spec @@ -9,7 +9,7 @@ # webrtc bits go wonky without this # see also https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/JQQ66XJSIT2FGTK2YQY7AXMEH5IXMPUX/ %undefine _strict_symbol_defs_build -%global with_webrtc 1 +%global with_webrtc 0 %if 0%{?fedora} %global enable_lirc 1