diff options
author | Guillaume GARDET <guillaume.gardet@oliseo.fr> | 2017-01-19 22:53:27 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-01-20 13:25:48 +1100 |
commit | e26fcb76b4e157f89e0d7cb7f2f7019d7561b786 (patch) | |
tree | 7755bcd2478a00b074d0ba07a92db9a56a6ab4a8 | |
parent | 6ae4f64321e421db84b24a30b784754e3fee421c (diff) |
sdl2: X11 support depends on MMU (fork)
Fixes:
http://autobuild.buildroot.net/results/2f7/2f738830bf98eb7284f99c11856a8694467b3daa
Signed-off-by: Guillaume GARDET <guillaume.gardet@oliseo.fr>
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/sdl2/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/sdl2/Config.in b/package/sdl2/Config.in index b73611dbb..8fc14ee73 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 |