summaryrefslogtreecommitdiffstats
path: root/package/alsamixergui/Config.in
blob: 5b53e6a0e8ddb74f33359069f405e3c82fd25f19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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