* Ralf Mardorf <ralf.mardorf(a)alice-dsl.net> [2017-11-01 13:39]:
I'm seemingly mistaken :D.
[rocketmouse@archlinux tmp]$ asp update
[rocketmouse@archlinux tmp]$ asp checkout firefox
[rocketmouse@archlinux tmp]$ cd firefox/
[rocketmouse@archlinux firefox]$ grep "Features" -A2 trunk/PKGBUILD
# Features
ac_add_options --enable-alsa
ac_add_options --enable-jack
If I first launch qjackctl and then firefox (without apulse),
then firefox doesn't show up in qjackctl's audio tab.
Does grep
"Features" -A2 trunk/PKGBUILD show you the possible configure
flags or the flags actually used to compile a binary? Did you compine
one yourself?