* [Buildroot] [git commit master 1/1] dsl: disable ps3 video driver
@ 2010-07-18 19:30 Peter Korsgaard
2010-07-18 20:12 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Peter Korsgaard @ 2010-07-18 19:30 UTC (permalink / raw)
To: buildroot
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@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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-07-18 20:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-18 19:30 [Buildroot] [git commit master 1/1] dsl: disable ps3 video driver Peter Korsgaard
2010-07-18 20:12 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox