mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
gob2: needs MMU
m4 needs MMU, so does bison, and so does gob2 which uses bison. Fixes build failure: http://autobuild.buildroot.net/results/f942b4ac770f3c7b27c42214af5bcec49f687da1/build-end.log 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
283ab42cbe
commit
9741fd7031
@@ -1,6 +1,8 @@
|
||||
config BR2_PACKAGE_GOB2
|
||||
bool "gob2"
|
||||
depends on BR2_USE_WCHAR # glib2
|
||||
# m4 uses fork(), so does bison then
|
||||
depends on BR2_USE_MMU
|
||||
select BR2_PACKAGE_LIBGLIB2
|
||||
select BR2_PACKAGE_FLEX
|
||||
select BR2_PACKAGE_FLEX_LIBFL
|
||||
|
||||
Reference in New Issue
Block a user