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:
parent
3b70b62618
commit
dd61213114
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user