buildrootschalter/package/alsamixergui/Config.in

14 lines
429 B
Plaintext
Raw Normal View History

2008-03-20 17:55:37 +01:00
config BR2_PACKAGE_ALSAMIXERGUI
depends on BR2_PACKAGE_XORG7
depends on BR2_PACKAGE_ALSA_LIB
depends on BR2_INSTALL_LIBSTDCPP
select BR2_PACKAGE_FLTK
2008-03-20 17:55:37 +01:00
bool "alsamixergui"
help
A nice GUI mixer for Alsa using fltk
http://www.iua.upf.es/~mdeboer/projects/alsamixergui/
comment "alsamixergui requires a toolchain with C++ support enabled"
depends on !BR2_INSTALL_LIBSTDCPP && BR2_PACKAGE_XORG7 && BR2_PACKAGE_ALSA_LIB