Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/sdl: disable x11 in host-sdl
@ 2014-04-18 19:47 Yann E. MORIN
  2014-04-18 21:52 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Yann E. MORIN @ 2014-04-18 19:47 UTC (permalink / raw)
  To: buildroot

From: "Yann E. MORIN" <yann.morin.1998@free.fr>

We do not need an X11-capable host SDL, so jsut disable X11 support.

This currently works if the build machine has the X11 development
packages installed.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
---
 package/sdl/sdl.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/sdl/sdl.mk b/package/sdl/sdl.mk
index d36f3ff..8d0e5bd 100644
--- a/package/sdl/sdl.mk
+++ b/package/sdl/sdl.mk
@@ -72,6 +72,7 @@ SDL_CONF_OPT += --enable-pulseaudio=no \
 		--disable-video-ps3
 
 HOST_SDL_CONF_OPT += --enable-pulseaudio=no \
+		--enable-video-x11=no \
 		--disable-arts \
 		--disable-esd \
 		--disable-nasm \
-- 
1.8.3.2

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

end of thread, other threads:[~2014-04-18 21:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-18 19:47 [Buildroot] [PATCH] package/sdl: disable x11 in host-sdl Yann E. MORIN
2014-04-18 21:52 ` Thomas Petazzoni

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