git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79b866f
)
libsdl: disable mesa for avr32
author
Koen Kooi
<koen@openembedded.org>
Sat, 15 Mar 2008 09:10:39 +0000
(09:10 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Sat, 15 Mar 2008 09:10:39 +0000
(09:10 +0000)
packages/libsdl/libsdl.inc
patch
|
blob
|
history
diff --git
a/packages/libsdl/libsdl.inc
b/packages/libsdl/libsdl.inc
index
ad74ecc
..
217072c
100644
(file)
--- a/
packages/libsdl/libsdl.inc
+++ b/
packages/libsdl/libsdl.inc
@@
-2,6
+2,7
@@
DESCRIPTION = "Simple DirectMedia Layer - X11 Edition"
SECTION = "libs"
PRIORITY = "optional"
DEPENDS = "alsa-lib mesa virtual/libx11 libxext"
+DEPENDS_avr32 = "alsa-lib virtual/libx11 libxext"
PROVIDES = "virtual/libsdl"
LICENSE = "LGPL"
PR = "r4"