[Buildroot] [PATCH] xapp_luit: needs MMU
From: Bernd Kuhls <hidden>
Date: 2014-08-27 19:44:44
Fixes http://autobuild.buildroot.net/results/13a/13a97461e3b6098e59cfcd829e6bcafa51e50bb4/ Signed-off-by: Bernd Kuhls <redacted> --- package/x11r7/xapp_luit/Config.in | 1 + 1 file changed, 1 insertion(+)
diff --git a/package/x11r7/xapp_luit/Config.in b/package/x11r7/xapp_luit/Config.in
index aec83a0..3e314de 100644
--- a/package/x11r7/xapp_luit/Config.in
+++ b/package/x11r7/xapp_luit/Config.in@@ -2,5 +2,6 @@ config BR2_PACKAGE_XAPP_LUIT bool "luit" select BR2_PACKAGE_XLIB_LIBX11 select BR2_PACKAGE_XLIB_LIBFONTENC + depends on BR2_USE_MMU # fork() help Locale and ISO 2022 support for Unicode terminals
--
1.7.10.4