mirror of
https://github.com/novatiq/packages.git
synced 2026-06-25 06:40:26 +01:00
4d24d41805
Signed-off-by: Dirk Brenken <dibdot@gmail.com>
21 lines
304 B
Plaintext
21 lines
304 B
Plaintext
menu "Configuration"
|
|
depends on PACKAGE_mc
|
|
|
|
config MC_DIFF_VIEWER
|
|
bool "Compile with diff viewer"
|
|
default n
|
|
|
|
config MC_EDITOR
|
|
bool "Enable internal editor"
|
|
default n
|
|
|
|
config MC_SUBSHELL
|
|
bool "Compile in concurrent subshell"
|
|
default n
|
|
|
|
config MC_DISABLE_VFS
|
|
bool "Disable VFS"
|
|
default y
|
|
|
|
endmenu
|