From: Romain Naour <romain.naour@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] SDL2_X11 depends on MMU (fork)
Date: Thu, 19 Jan 2017 22:53:27 +0100 [thread overview]
Message-ID: <20170119215327.10668-1-romain.naour@gmail.com> (raw)
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
next reply other threads:[~2017-01-19 21:53 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-19 21:53 Romain Naour [this message]
2017-01-20 3:08 ` [Buildroot] [PATCH] SDL2_X11 depends on MMU (fork) Thomas Petazzoni
2017-01-20 9:50 ` Guillaume GARDET - Oliséo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170119215327.10668-1-romain.naour@gmail.com \
--to=romain.naour@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox