sdl: disable x11 in host-sdl

We do not need an X11-capable host SDL, so just 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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Yann E. MORIN 2014-04-18 21:47:09 +02:00 committed by Thomas Petazzoni
parent 3b70b62618
commit dd61213114

View File

@ -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 \