7030b5f1a21bdc31d4e31250c0e9e47221b31f98
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / mc / Config.in
1 config BR2_PACKAGE_MC
2         bool "mc"
3         depends on BR2_USE_WCHAR # libglib2
4         depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
5         depends on BR2_USE_MMU # libglib2, slang
6         select BR2_PACKAGE_LIBGLIB2
7         # mc prefers slang, but can use ncurses too
8         select BR2_PACKAGE_SLANG if !BR2_PACKAGE_NCURSES
9         help
10           GNU Midnight Commander is a visual file manager, licensed under
11           GNU General Public License. It can use either SLang (preferred)
12           or ncurses for screen handling; if neither is enabled SLang
13           will be automatically chosen.
14
15           https://www.midnight-commander.org
16
17 comment "mc needs a toolchain w/ threads, wchar"
18         depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
19         depends on BR2_USE_MMU