diff options
Diffstat (limited to 'recipes/xorg-xserver/xserver-xorg_git.bb')
-rw-r--r-- | recipes/xorg-xserver/xserver-xorg_git.bb | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/recipes/xorg-xserver/xserver-xorg_git.bb b/recipes/xorg-xserver/xserver-xorg_git.bb index 7cc29504e1..9046e8f13e 100644 --- a/recipes/xorg-xserver/xserver-xorg_git.bb +++ b/recipes/xorg-xserver/xserver-xorg_git.bb @@ -3,15 +3,22 @@ require xorg-xserver-common.inc DESCRIPTION = "the X.Org X server" DEPENDS += "pixman libpciaccess openssl dri2proto glproto xorg-minimal-fonts font-util-native" PV = "1.7.999" -PR = "r2" +PR = "r3" PR_append = "+gitr${SRCREV}" PE = "2" DEFAULT_PREFERENCE = "-1" -SRCREV = "84905007702da2c05a4f7446b3fc5ff52be49655" +SRCREV = "db4f676f25c6d8e58263d5151942be730592d444" SRC_URI = "git://anongit.freedesktop.org/xorg/xserver;protocol=git;branch=master \ - file://0001-glxdri2-flushInvalidate-was-renamed-to-invalidate-in.patch;patch=1 \ +# pending changes http://lists.x.org/archives/xorg-devel/2010-January/005127.html + file://0001-Add-a-PreConfigureWindow-hook.patch;patch=1 \ + file://0002-dri2-No-need-to-blit-from-front-on-DRI2GetBuffers-if.patch;patch=1 \ + file://0003-glx-Enforce-a-1-1-correspondence-between-GLX-and-X11.patch;patch=1 \ + file://0004-glx-dri2-Notify-the-driver-when-its-buffers-become-i.patch;patch=1 \ + file://0005-dri2-Support-the-DRI2InvalidateBuffers-event.patch;patch=1 \ +# flushInvalidate version removed in latest mesa + file://0006-glxdri2-remove-flushInvalidate.patch;patch=1 \ file://dolt-fix-1.7.0.patch;patch=1 \ file://randr-support-1.7.0.patch;patch=1 \ file://hack-fbdev-ignore-return-mode.patch;patch=1 \ |