aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libsdl
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-03-15 09:10:39 +0000
committerKoen Kooi <koen@openembedded.org>2008-03-15 09:10:39 +0000
commit5df1b7e325b0e48385cf69fb2b1e64f06ad029ef (patch)
tree07f6d9ead51a61c60757add483bbec52fbac71fc /packages/libsdl
parent79b866fe7de40709ac9192ba0e7b3e0c4eccc2ce (diff)
downloadopenembedded-5df1b7e325b0e48385cf69fb2b1e64f06ad029ef.tar.gz
libsdl: disable mesa for avr32
Diffstat (limited to 'packages/libsdl')
-rw-r--r--packages/libsdl/libsdl.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/libsdl/libsdl.inc b/packages/libsdl/libsdl.inc
index ad74ecc87c..217072ce61 100644
--- 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"