mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
dsl: disable ps3 video driver
The ps3 driver is enabled by default on ps3, but depends on spu support, which most ppc toolchains don't have, so disable it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
@@ -44,7 +44,8 @@ endif
|
||||
SDL_CONF_OPT += --enable-pulseaudio=no \
|
||||
--disable-arts \
|
||||
--disable-esd \
|
||||
--disable-nasm
|
||||
--disable-nasm \
|
||||
--disable-video-ps3
|
||||
|
||||
# Fixup prefix= and exec_prefix= in sdl-config, and remove the
|
||||
# -Wl,-rpath option.
|
||||
|
||||
Reference in New Issue
Block a user