Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [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

* [Buildroot] [git commit master 1/1] dsl: disable ps3 video driver
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2010-07-18 20:12 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Korsgaard <jacmet@sunsite.dk> writes:

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

 Peter> The ps3 driver is enabled by default on ps3, but depends on spu support,
 Peter> which most ppc toolchains don't have, so disable it.

Sigh, so much for doing too many things in parallel - This was naturally
supposed to be sdl, not dsl - And 'by default on ppc' - Sorry about
that.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[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