From d0ca55d56fce52f8f831de393a6bd49865e09646 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Fri, 16 Feb 2024 12:30:22 -0500 Subject: [PATCH] Fix webrtc-audio-processing conditional This is not handled as a bcond but as a def/undef conditional. --- pulseaudio.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pulseaudio.spec b/pulseaudio.spec index 86c8ef3..4a4950e 100644 --- a/pulseaudio.spec +++ b/pulseaudio.spec @@ -9,11 +9,11 @@ # 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 0 %if 0%{?fedora} %global enable_lirc 1 %global enable_jack 1 +%global with_webrtc 1 %endif # https://bugzilla.redhat.com/983606