Commit 6619da1d authored by Jérome Perrin's avatar Jérome Perrin

component/alsa: Do not disable pcm, firefox needs it

Without pcm, firefox will crash with this error when playing sound
```
parts/firefox/firefox: relocation error:
/srv/slapgrid/slappart11/srv/runner/software/88ef27d24c6e0a792f72f568146a3838/parts/firefox/libxul.so:
symbol snd_pcm_open, version ALSA_0.9 not defined in file libasound.so.2 with link time reference
```
libasound.so does not contain this symbol if built with --disable-pcm
parent 678d50bd
...@@ -11,7 +11,6 @@ configure-options = ...@@ -11,7 +11,6 @@ configure-options =
--disable-static --disable-static
--disable-aload --disable-aload
--disable-mixer --disable-mixer
--disable-pcm
--disable-rawmidi --disable-rawmidi
--disable-hwdep --disable-hwdep
--disable-seq --disable-seq
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment