The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / ncmpc / Config.in
1 config BR2_PACKAGE_NCMPC
2         bool "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
9         help
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.
13
14           http://www.musicpd.org/clients/ncmpc/
15
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