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:
parent
e7b7148dfb
commit
869b11c8b5
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user