kumquat-buildroot/package/alsamixergui/Config.in
Peter Korsgaard 1620cc3e35 alsamixergui: depend on x11 support, rather than (indirectly) selecting it
Packages should depend on BR2_PACKAGE_XORG7 rather than selecting it,
because:
 - X brings in a lot of dependencies, so shouldn't get implicitly enabled
 - Select doesn't check dependencies, so build breaks if XORG dependencies
   aren't met (locale/wchar)

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-23 09:59:23 +01:00

9 lines
212 B
Plaintext

config BR2_PACKAGE_ALSAMIXERGUI
depends on BR2_PACKAGE_XORG7
select BR2_PACKAGE_FLTK
bool "alsamixergui"
help
A nice GUI mixer for Alsa using fltk
http://www.iua.upf.es/~mdeboer/projects/alsamixergui/