mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
dialog: needs mmu
Fixes http://autobuild.buildroot.net/results/bfb968d611e8dea43c604726a3005c72a7d6ee28/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
eda24e12a5
commit
2c1fecebaa
@@ -1,6 +1,7 @@
|
||||
config BR2_PACKAGE_DIALOG
|
||||
bool "dialog"
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # fork()
|
||||
depends on BR2_USE_MMU # fork()
|
||||
select BR2_PACKAGE_NCURSES
|
||||
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
||||
help
|
||||
|
||||
Reference in New Issue
Block a user