xref: /OK3568_Linux_fs/buildroot/package/ncmpc/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_NCMPC
2*4882a593Smuzhiyun	bool "ncmpc"
3*4882a593Smuzhiyun	depends on BR2_USE_MMU # fork()
4*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
5*4882a593Smuzhiyun	depends on BR2_USE_WCHAR # boost
6*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS # boost
7*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_7 # C++17
8*4882a593Smuzhiyun	select BR2_PACKAGE_BOOST
9*4882a593Smuzhiyun	select BR2_PACKAGE_BOOST_SYSTEM
10*4882a593Smuzhiyun	select BR2_PACKAGE_LIBMPDCLIENT
11*4882a593Smuzhiyun	select BR2_PACKAGE_NCURSES
12*4882a593Smuzhiyun	help
13*4882a593Smuzhiyun	  ncmpc is a fully featured MPD client, which runs in a terminal
14*4882a593Smuzhiyun	  (using ncurses). Its goal is to provide a keyboard oriented
15*4882a593Smuzhiyun	  and consistent interface to MPD, without wasting resources.
16*4882a593Smuzhiyun
17*4882a593Smuzhiyun	  http://www.musicpd.org/clients/ncmpc/
18*4882a593Smuzhiyun
19*4882a593Smuzhiyuncomment "ncmpc needs a toolchain w/ C++, wchar, threads, gcc >= 7"
20*4882a593Smuzhiyun	depends on BR2_USE_MMU
21*4882a593Smuzhiyun	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
22*4882a593Smuzhiyun		!BR2_TOOLCHAIN_HAS_THREADS || !BR2_TOOLCHAIN_GCC_AT_LEAST_7
23