diff options
author | Julien Boibessot <julien.boibessot@armadeus.com> | 2010-02-11 17:31:25 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-02-18 11:11:43 +0100 |
commit | 909fb5be4b69359f93fef419592dfcb5174480ed (patch) | |
tree | c8ba52596dc7110739b927ec8063ce7ca4066ec4 /CHANGES | |
parent | 6c9d3873c0cc9f55bf3f1ddd409d496734d9a158 (diff) | |
download | buildroot-novena-909fb5be4b69359f93fef419592dfcb5174480ed.tar.gz buildroot-novena-909fb5be4b69359f93fef419592dfcb5174480ed.zip |
alsa-utils: alsamixer need libform, libmenu & libpanel (from ncurses)
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>
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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): |