[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xserver-xorg-video-nouveau: Changes to 'ubuntu'



 debian/patches/xmir.patch |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f282d6d67cd8fff7529b4b1b9c08e89d9cbdb6cd
Author: Maarten Lankhorst <maarten.lankhorst@canonical.com>
Date:   Wed Jul 16 16:51:48 2014 +0200

    fix ftbfs

diff --git a/debian/patches/xmir.patch b/debian/patches/xmir.patch
index 983e5b7..fe22b35 100644
--- a/debian/patches/xmir.patch
+++ b/debian/patches/xmir.patch
@@ -235,7 +235,7 @@ Date:   Mon Jul 22 17:46:58 2013 +1000
 +	NVPtr pNv = NVPTR(pScrn);
 +
 +	exaMoveInPixmap(ppix);
-+	if (!pNv->NoAccel)
++	if (pNv->AccelMethod == NONE)
 +		nouveau_bo_ref(nouveau_pixmap(ppix)->bo, &pNv->scanout);
 +	ppix->drawable.pScreen->devPrivate = ppix;
 +}


Reply to: