1 config BR2_PACKAGE_NCMPC
3 depends on BR2_USE_MMU # fork()
4 depends on BR2_USE_WCHAR # libglib2 -> gettext
5 depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
6 select BR2_PACKAGE_LIBGLIB2
7 select BR2_PACKAGE_LIBMPDCLIENT
8 select BR2_PACKAGE_NCURSES
10 ncmpc is a fully featured MPD client, which runs in a terminal
11 (using ncurses). Its goal is to provide a keyboard oriented
12 and consistent interface to MPD, without wasting resources.
14 http://www.musicpd.org/clients/ncmpc/
16 comment "ncmpc needs a toolchain w/ wchar, threads"
17 depends on BR2_USE_MMU
18 depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS