[Buildroot] [PATCH 1/1] xapp_xconsole: Needs MMU

Bernd Kuhls bernd.kuhls at t-online.de
Mon Jul 28 19:03:34 UTC 2014


Fixes
http://autobuild.buildroot.net/results/be8/be89847832a2588dbda8dd921edb09b2af130e03/

Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
---
 package/x11r7/xapp_xconsole/Config.in |    1 +
 1 file changed, 1 insertion(+)

diff --git a/package/x11r7/xapp_xconsole/Config.in b/package/x11r7/xapp_xconsole/Config.in
index 7863afd..1aaa118 100644
--- a/package/x11r7/xapp_xconsole/Config.in
+++ b/package/x11r7/xapp_xconsole/Config.in
@@ -5,5 +5,6 @@ config BR2_PACKAGE_XAPP_XCONSOLE
 	select BR2_PACKAGE_XLIB_LIBXT
 	select BR2_PACKAGE_XPROTO_XPROTO
 	select BR2_PACKAGE_XLIB_LIBXMU
+	depends on BR2_USE_MMU # fork()
 	help
 	  xconsole - monitor system console messages with X
-- 
1.7.10.4



More information about the buildroot mailing list