Commit 46427012 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

alsamixergui: fix alsa dependencies



Alsamixergui needs pcm and mixer support in alsa-lib.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent f83024cf
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3,6 +3,8 @@ config BR2_PACKAGE_ALSAMIXERGUI
	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