Commit f68f8347 authored by Jérôme Pouiller's avatar Jérôme Pouiller Committed by Peter Korsgaard
Browse files

xapp_xmh: depends on MMU

Fixes http://sysmic.org/~jezz/results/1a0bc183

:

command.o: In function `__DoCommandToFileOrPipe':
command.c:(.text+0x35e): undefined reference to `_fork'
collect2: ld returned 1 exit status

Signed-off-by: default avatarJérôme Pouiller <jezz@sysmic.org>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 41d2979f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_XAPP_XMH
	bool "xmh"
	depends on BR2_USE_MMU # fork()
	select BR2_PACKAGE_XLIB_LIBXAW
	select BR2_PACKAGE_XDATA_XBITMAPS
	help