Temporary fix for alsa-lib breakage with --disable-pcm
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 14 Feb 2010 11:01:13 +0000 (12:01 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 14 Feb 2010 11:10:38 +0000 (12:10 +0100)
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>
package/multimedia/alsa-lib/Config.in

index 84629e66add45cdc393e230ef2b1d4283391efa4..98b83139d7de810a5485ad2d5ebd4da4148f6fc5 100644 (file)
@@ -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.