]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
alsa-utils: alsamixer need libform, libmenu & libpanel (from ncurses)
authorJulien Boibessot <julien.boibessot@armadeus.com>
Thu, 11 Feb 2010 16:31:25 +0000 (17:31 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 18 Feb 2010 10:11:43 +0000 (11:11 +0100)
Without this patch alsamixer complains about missing libs and
ldd says:
        libform.so.5 => not found
        libmenu.so.5 => not found
        libpanel.so.5 => not found
        libncurses.so.5 => /usr/lib/libncurses.so.5 (0x4000e000)
        libasound.so.2 => /usr/lib/libasound.so.2 (0x40056000)
        ... <cut>

Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
CHANGES
package/multimedia/alsa-utils/Config.in

diff --git a/CHANGES b/CHANGES
index 05cb4aef1d0eca741697e410d7c6758877030cad..c03760cf0d2f190fd42610183e2874fd4bbfc5ff 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,8 +2,8 @@
 
        Fixes all over the tree and new features.
 
-       Updated/fixed packages: alsa-lib, argus, at, gst-plugins-good,
-       libpcap, rsync, tcl, xproto_trapproto
+       Updated/fixed packages: alsa-lib, alsa-utils, argus, at,
+       gst-plugins-good, libpcap, rsync, tcl, xproto_trapproto
 
        Issues resolved (http://bugs.uclibc.org):
 
index 54ab3f9cb6811e0a4d15c918ceab9a8b09c230ec..04057f4803ea5472e3d26d062e2f756f33ef124c 100644 (file)
@@ -24,6 +24,9 @@ config BR2_PACKAGE_ALSA_UTILS_ALSACTL
 config BR2_PACKAGE_ALSA_UTILS_ALSAMIXER
        bool "alsamixer"
        select BR2_PACKAGE_NCURSES
+       select BR2_PACKAGE_NCURSES_TARGET_PANEL
+       select BR2_PACKAGE_NCURSES_TARGET_FORM
+       select BR2_PACKAGE_NCURSES_TARGET_MENU
        default y
 
 config BR2_PACKAGE_ALSA_UTILS_AMIDI