Browse Source

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>
Gustavo Zacarias 13 years ago
parent
commit
9741fd7031
1 changed files with 2 additions and 0 deletions
  1. 2 0
      package/gob2/Config.in

+ 2 - 0
package/gob2/Config.in

@@ -1,6 +1,8 @@
 config BR2_PACKAGE_GOB2
 config BR2_PACKAGE_GOB2
 	bool "gob2"
 	bool "gob2"
 	depends on BR2_USE_WCHAR # glib2
 	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_LIBGLIB2
 	select BR2_PACKAGE_FLEX
 	select BR2_PACKAGE_FLEX
 	select BR2_PACKAGE_FLEX_LIBFL
 	select BR2_PACKAGE_FLEX_LIBFL