projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7b7148
)
dsl: disable ps3 video driver
author
Peter Korsgaard
<jacmet@sunsite.dk>
Sat, 17 Jul 2010 08:45:31 +0000
(10:45 +0200)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Sat, 17 Jul 2010 08:45:31 +0000
(10:45 +0200)
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
patch
|
blob
|
history
diff --git
a/package/sdl/sdl.mk
b/package/sdl/sdl.mk
index 38341374b32f2fbbc89a26abad9d76874f0ea6c7..4fd3ad433a5de4a98bce5dd0c98e2281528a9b68 100644
(file)
--- 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.