4642701281
Alsamixergui needs pcm and mixer support in alsa-lib. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
16 lines
497 B
Plaintext
16 lines
497 B
Plaintext
config BR2_PACKAGE_ALSAMIXERGUI
|
|
depends on BR2_PACKAGE_XORG7
|
|
depends on BR2_PACKAGE_ALSA_LIB
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
select BR2_PACKAGE_FLTK
|
|
select BR2_PACKAGE_ALSA_LIB_PCM
|
|
select BR2_PACKAGE_ALSA_LIB_MIXER
|
|
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
|