diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-08-27 20:19:34 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-08-27 20:19:34 +0000 |
commit | 26383b86d3f233b812e35d86eef9423ec22acb7f (patch) | |
tree | 535de4c59512220841e097629b966a5016e7ac4e /package | |
parent | 3f5bbc6926ff582c6520c24e33bf28e9c1dae672 (diff) | |
download | buildroot-novena-26383b86d3f233b812e35d86eef9423ec22acb7f.tar.gz buildroot-novena-26383b86d3f233b812e35d86eef9423ec22acb7f.zip |
alsamixergui: fix long help text lines
Select fltk and fix homepage link while we're at it.
Diffstat (limited to 'package')
-rw-r--r-- | package/alsamixergui/Config.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/alsamixergui/Config.in b/package/alsamixergui/Config.in index bbdd1b6e0..53b42343e 100644 --- a/package/alsamixergui/Config.in +++ b/package/alsamixergui/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_ALSAMIXERGUI + select BR2_PACKAGE_FLTK bool "alsamixergui" help A nice GUI mixer for Alsa using fltk - http://snapshot.debian.net/archive/2008/03/19/debian/pool/main/a/alsamixergui + http://www.iua.upf.es/~mdeboer/projects/alsamixergui/ |