[Buildroot] [git commit master 1/1] dsl: disable ps3 video driver

Peter Korsgaard jacmet at sunsite.dk
Sun Jul 18 19:30:15 UTC 2010


commit: http://git.buildroot.net/buildroot/commit/?id=869b11c8b59753ec476a571c8fea8d9574f9b319
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 at sunsite.dk>
---
 package/sdl/sdl.mk |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/package/sdl/sdl.mk b/package/sdl/sdl.mk
index 3834137..4fd3ad4 100644
--- a/package/sdl/sdl.mk
+++ b/package/sdl/sdl.mk
@@ -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.
-- 
1.7.1




More information about the buildroot mailing list