Re: Build without WebRTC

Ehsan Akhgari <[email protected]> Mon, 5 Oct 2015 13:38:20 -0400
Newsgroups gmane.comp.mozilla.devel.embedding
Message-ID <[email protected]>
On 2015-10-05 12:48 PM, [email protected] wrote:
> 02.10.2015 23:12, Ehsan Akhgari wrote:
>> Try --disable-webrtc and --disable-pulseaudio.  I think that should
>> fix it.
>>
>
> Thanks, but then I'm getting an error already at configure stage:
>
> 0:19.86 configure:21479: checking for libpulse
> 0:19.86 configure: error: pulseaudio audio backend requires libpulse
> development package
> 0:19.86 *** Fix above errors and then restart with\
> 0:19.86                "/usr/bin/gmake -f client.mk build"
>
> This looks quite odd, --disable-pulseaudio should work (it's used for
> example here:
> http://www.linuxfromscratch.org/blfs/view/7.8/xsoft/firefox.html). Can
> you actually build mozilla-central git without pulseaudio?

I believe most of these options are not guaranteed to work out of the 
box, but the above error suggests that configure is still not seeing 
--disable-pulseaudio.  Try deleting your object directory and building 
again, hopefully that would bypass this error.