summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-02-14 12:01:13 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-02-14 12:10:38 +0100
commit94e172c8e7660213d29cb37ff760f5abf8886c31 (patch)
tree81e11fad8659363281f27ab6006fb7ba2a59e30d /package
parentf0bdacdb5b8fe0fbc276ed510fc58e9a219f5cf8 (diff)
downloadbuildroot-novena-94e172c8e7660213d29cb37ff760f5abf8886c31.tar.gz
buildroot-novena-94e172c8e7660213d29cb37ff760f5abf8886c31.zip
Temporary fix for alsa-lib breakage with --disable-pcm
The current version of alsa-lib (1.0.22) does not build when --disable-pcm is used at configure time. I've reported the issue at https://bugtrack.alsa-project.org/alsa-bug/view.php?id=4913. In the mean time, we can prevent the user from not selecting PCM support by using the following patch. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package')
-rw-r--r--package/multimedia/alsa-lib/Config.in4
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.