diff options
| author | Peter Korsgaard | 2010-02-17 11:15:08 +0100 |
|---|---|---|
| committer | Peter Korsgaard | 2010-02-17 11:15:08 +0100 |
| commit | e777294fd60e1450b1cb80e09facd5bdd4b1fc22 (patch) | |
| tree | 19a7eb511d9374ea29a4f1ac9df969e7a953e20c | |
| parent | CHANGES: add argus/at/libpcap (diff) | |
| parent | Temporary fix for alsa-lib breakage with --disable-pcm (diff) | |
| download | buildroot-e777294fd60e1450b1cb80e09facd5bdd4b1fc22.tar.gz buildroot-e777294fd60e1450b1cb80e09facd5bdd4b1fc22.tar.xz buildroot-e777294fd60e1450b1cb80e09facd5bdd4b1fc22.zip | |
Merge branch 'misc-fixes2' of git://git.busybox.net/~tpetazzoni/git/buildroot
| -rw-r--r-- | package/multimedia/alsa-lib/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/multimedia/alsa-lib/Config.in b/package/multimedia/alsa-lib/Config.in index 84629e66a..98b83139d 100644 --- a/package/multimedia/alsa-lib/Config.in +++ b/package/multimedia/alsa-lib/Config.in @@ -1,5 +1,9 @@ config BR2_PACKAGE_ALSA_LIB bool "alsa-lib" + # Temporary until + # https://bugtrack.alsa-project.org/alsa-bug/view.php?id=4913 + # is fixed + select BR2_PACKAGE_ALSA_LIB_PCM help The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI functionality to the Linux operating system. |
