diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-07-21 21:06:13 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-07-21 21:06:13 +0200 |
commit | 884c7c6b99838b409418585132732630e3c38a82 (patch) | |
tree | 53f4d339f0868be545541c132ab02db97d367f91 /package/alsamixergui/Config.in | |
parent | 8bbf552993397ece696272f1f75fa47af110a005 (diff) |
alsamixergui: needs C++ support for fltk
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/alsamixergui/Config.in')
-rw-r--r-- | package/alsamixergui/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/alsamixergui/Config.in b/package/alsamixergui/Config.in index 5a31b2031..5b53e6a0e 100644 --- a/package/alsamixergui/Config.in +++ b/package/alsamixergui/Config.in @@ -1,9 +1,13 @@ config BR2_PACKAGE_ALSAMIXERGUI depends on BR2_PACKAGE_XORG7 depends on BR2_PACKAGE_ALSA_LIB + depends on BR2_INSTALL_LIBSTDCPP select BR2_PACKAGE_FLTK 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 |