mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
slang: needs mmu
Fixes http://autobuild.buildroot.net/results/dbc/dbce9e591466717d9c87f42b5f192d8fd1be0475/ Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
config BR2_PACKAGE_NEWT
|
config BR2_PACKAGE_NEWT
|
||||||
bool "newt"
|
bool "newt"
|
||||||
depends on BR2_USE_WCHAR
|
depends on BR2_USE_WCHAR
|
||||||
|
depends on BR2_USE_MMU # slang
|
||||||
select BR2_PACKAGE_SLANG
|
select BR2_PACKAGE_SLANG
|
||||||
select BR2_PACKAGE_POPT
|
select BR2_PACKAGE_POPT
|
||||||
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
||||||
@@ -10,4 +11,5 @@ config BR2_PACKAGE_NEWT
|
|||||||
http://www.redhat.com/
|
http://www.redhat.com/
|
||||||
|
|
||||||
comment "newt needs a toolchain w/ wchar"
|
comment "newt needs a toolchain w/ wchar"
|
||||||
|
depends on BR2_USE_MMU
|
||||||
depends on !BR2_USE_WCHAR
|
depends on !BR2_USE_WCHAR
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_SLANG
|
config BR2_PACKAGE_SLANG
|
||||||
bool "slang"
|
bool "slang"
|
||||||
|
depends on BR2_USE_MMU # fork()
|
||||||
help
|
help
|
||||||
Multi-platform console display library.
|
Multi-platform console display library.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user