1620cc3e35
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>
9 lines
212 B
Plaintext
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/
|