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

alsa-utils: select ncurses library dependency

parent 24539723
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
config BR2_PACKAGE_ALSA_UTILS
	bool "alsa-utils"
	depends on BR2_PACKAGE_ALSA_LIB
	depends on BR2_PACKAGE_NCURSES
	select BR2_PACKAGE_NCURSES
	help
	  This package contains the command line utilities for the ALSA
	  project.

	  http://www.alsa-project.org/

comment "alsa-utils needs ncurses"
	depends on BR2_PACKAGE_ALSA_LIB
	depends on !BR2_PACKAGE_NCURSES

menu "ALSA utils selection"
	depends on BR2_PACKAGE_ALSA_UTILS