diff options
author | Jérôme Pouiller <jezz@sysmic.org> | 2014-09-12 17:50:04 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-09-12 23:18:19 +0200 |
commit | f68f8347e04fb40e53cb6823f68aa1e947a20e7d (patch) | |
tree | d796094ef18067ba3d77e8b0436d4569d832f228 | |
parent | 41d2979fe3d4dc688d64bd009f2c7ddab060af35 (diff) | |
download | buildroot-f68f8347e04fb40e53cb6823f68aa1e947a20e7d.tar.gz buildroot-f68f8347e04fb40e53cb6823f68aa1e947a20e7d.zip |
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: Jérôme Pouiller <jezz@sysmic.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/x11r7/xapp_xmh/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/x11r7/xapp_xmh/Config.in b/package/x11r7/xapp_xmh/Config.in index 1ef65c762f..4e86d0f426 100644 --- a/package/x11r7/xapp_xmh/Config.in +++ b/package/x11r7/xapp_xmh/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_XAPP_XMH bool "xmh" + depends on BR2_USE_MMU # fork() select BR2_PACKAGE_XLIB_LIBXAW select BR2_PACKAGE_XDATA_XBITMAPS help |