From: Guillaume GARDET Date: Thu, 19 Jan 2017 21:53:27 +0000 (+0100) Subject: sdl2: X11 support depends on MMU (fork) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e26fcb76b4e157f89e0d7cb7f2f7019d7561b786;p=buildroot.git sdl2: X11 support depends on MMU (fork) Fixes: http://autobuild.buildroot.net/results/2f7/2f738830bf98eb7284f99c11856a8694467b3daa Signed-off-by: Guillaume GARDET Signed-off-by: Romain Naour Signed-off-by: Thomas Petazzoni --- diff --git a/package/sdl2/Config.in b/package/sdl2/Config.in index b73611dbb0..8fc14ee737 100644 --- a/package/sdl2/Config.in +++ b/package/sdl2/Config.in @@ -21,11 +21,13 @@ comment "DirectFB video driver needs directfb" config BR2_PACKAGE_SDL2_X11 bool "X11 video driver" depends on BR2_PACKAGE_XORG7 + depends on BR2_USE_MMU # fork() select BR2_PACKAGE_XLIB_LIBX11 select BR2_PACKAGE_XLIB_LIBXEXT comment "X11 video driver needs X.org" depends on !BR2_PACKAGE_XORG7 + depends on BR2_USE_MMU endif