From c4ecb34fe45f3410eb46b78e7e38a414b34a65f4 Mon Sep 17 00:00:00 2001 From: Baruch Siach Date: Sun, 1 Jun 2014 06:07:14 +0300 Subject: [PATCH] xapp_xedit: needs MMU Fixes: http://autobuild.buildroot.net/results/6b9/6b941b5992c73acd19e8077dbe6cb9fc65e5eba1/ Signed-off-by: Baruch Siach Signed-off-by: Peter Korsgaard --- package/x11r7/xapp_xedit/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/x11r7/xapp_xedit/Config.in b/package/x11r7/xapp_xedit/Config.in index 5a7045907c..feaea7486f 100644 --- a/package/x11r7/xapp_xedit/Config.in +++ b/package/x11r7/xapp_xedit/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_XAPP_XEDIT bool "xedit" select BR2_PACKAGE_XLIB_LIBXAW + depends on BR2_USE_MMU # fork() help simple text editor for X -- 2.30.2