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
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.
15 https://www.midnight-commander.org
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