diff options
author | Koen Kooi <koen@openembedded.org> | 2009-04-15 20:23:10 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-04-15 20:23:10 +0200 |
commit | abf92f42db81d9049e8e517354e7f3dd5ecb5f77 (patch) | |
tree | 8ebd09755c1e93617efa031df508416cf6a4a127 | |
parent | 24f749b45d15d12300bc03dc52aef365487b6ba8 (diff) |
xserver-xorg: make avr32 build go a bit further
-rw-r--r-- | recipes/xorg-xserver/xserver-xorg_1.5.3.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes/xorg-xserver/xserver-xorg_1.5.3.bb b/recipes/xorg-xserver/xserver-xorg_1.5.3.bb index 79df5b3bf2..74ea3c41e5 100644 --- a/recipes/xorg-xserver/xserver-xorg_1.5.3.bb +++ b/recipes/xorg-xserver/xserver-xorg_1.5.3.bb @@ -4,10 +4,12 @@ DESCRIPTION = "the X.Org X server" DEPENDS += "pixman libpciaccess openssl" RDEPENDS += "hal" PE = "2" -PR = "r4" +PR = "r5" SRC_URI += "file://drmfix.patch;patch=1 \ - file://sysroot_fix.patch;patch=1" + file://sysroot_fix.patch;patch=1 \ + file://xorg-avr32-support.diff;patch=1 \ +" MESA_VER = "7.2" |