Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] SDL2_X11 depends on MMU (fork)
@ 2017-01-19 21:53 Romain Naour
  2017-01-20  3:08 ` Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: Romain Naour @ 2017-01-19 21:53 UTC (permalink / raw)
  To: buildroot

From: Guillaume GARDET <guillaume.gardet@oliseo.fr>

Fixes autobuilder failure http://autobuild.buildroot.net/results/2f7/2f738830bf98eb7284f99c11856a8694467b3daa

Signed-off-by: Guillaume GARDET <guillaume.gardet@oliseo.fr>
Cc: baruch at tkos.co.il
Cc: romain.naour at gmail.com
Signed-off-by: Romain Naour <romain.naour@gmail.com>
---
Guillaume's email sent with git send-email seems rejected by the mailing list server...
---
 package/sdl2/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/sdl2/Config.in b/package/sdl2/Config.in
index b73611d..1d83c98 100644
--- a/package/sdl2/Config.in
+++ b/package/sdl2/Config.in
@@ -21,6 +21,7 @@ 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
 
-- 
2.9.3

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-01-20  9:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-19 21:53 [Buildroot] [PATCH] SDL2_X11 depends on MMU (fork) Romain Naour
2017-01-20  3:08 ` Thomas Petazzoni
2017-01-20  9:50   ` Guillaume GARDET - Oliséo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox