summaryrefslogtreecommitdiffstats
path: root/rules/alsa-utils.in
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2006-12-21 16:33:33 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2006-12-21 16:33:33 +0000
commitecc5ea83fb8a0b2a37215f18089f0c2bdd66ac5f (patch)
tree64b7e972edac2abd2c3a6b4d43963975e263d5d9 /rules/alsa-utils.in
parentf798998490cd685cbce7f8aea37d11f062501987 (diff)
downloadptxdist-ecc5ea83fb8a0b2a37215f18089f0c2bdd66ac5f.tar.gz
ptxdist-ecc5ea83fb8a0b2a37215f18089f0c2bdd66ac5f.tar.xz
hint from Gilbert Forkel: alsautils need pthreads library git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6570 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/alsa-utils.in')
-rw-r--r--rules/alsa-utils.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/rules/alsa-utils.in b/rules/alsa-utils.in
index 9826a4ed3..1468fff7f 100644
--- a/rules/alsa-utils.in
+++ b/rules/alsa-utils.in
@@ -3,6 +3,8 @@ config ALSA_UTILS
prompt "Alsa Utils"
select NCURSES
select ALSA_LIB
+ select GLIBC_PTHREAD
help
- FIXME: This item needs to be documented
-
+ Some utils to handle the Advanced Linux Sound Architecture.
+ With this utils you can control your sound device, playing and
+ recording sounds.