After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 689507 - pulseaudio is built with inappropriate options
pulseaudio is built with inappropriate options
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: module sets
unspecified
Other All
: Normal normal
: ---
Assigned To: Jhbuild maintainers
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2012-12-03 07:01 UTC by Allison Karlitskaya (desrt)
Modified: 2012-12-03 10:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Allison Karlitskaya (desrt) 2012-12-03 07:01:01 UTC
1) for some reason, we --disable-udev.  That ensures that no sound devices will be detected.

2) Even if udev is enabled, we don't depend on libasound2 which is required if we want ALSA support (the ./configure uses it if present, so we should make sure it's installed via a sysdep).
Comment 1 Javier Jardón (IRC: jjardon) 2012-12-03 10:13:22 UTC
Fixed in commit b2c9a25e48ae0fe388480a88afd97b098cd3a651

Thanks for the bug report!