debian/patches/xmir.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit f282d6d67cd8fff7529b4b1b9c08e89d9cbdb6cd Author: Maarten Lankhorst <maarten.lankho...@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; +} -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/e1x7ibq-0005p9...@moszumanska.debian.org