[xorg-x11-drv-mach64] mach64-6.9.3-shadowfb.patch: Allow Render even when doing ShadowFB.

Adam Jackson ajax at fedoraproject.org
Mon Oct 1 15:34:45 UTC 2012


commit 55292c0232fd2c5e45392f6616e3bf47eb4dd454
Author: Adam Jackson <ajax at redhat.com>
Date:   Mon Oct 1 11:34:39 2012 -0400

    mach64-6.9.3-shadowfb.patch: Allow Render even when doing ShadowFB.
    
    - Disable EXA as well, it's completely broken.

 xorg-x11-drv-mach64.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/xorg-x11-drv-mach64.spec b/xorg-x11-drv-mach64.spec
index 8cea9c3..6d037f8 100644
--- a/xorg-x11-drv-mach64.spec
+++ b/xorg-x11-drv-mach64.spec
@@ -5,7 +5,7 @@
 Summary:    Xorg X11 mach64 video driver
 Name:	    xorg-x11-drv-mach64
 Version:    6.9.3
-Release:    4%{?dist}
+Release:    5%{?dist}
 URL:	    http://www.x.org
 License:    MIT
 Group:	    User Interface/X Hardware Support
@@ -14,6 +14,7 @@ Source0:    http://www.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
 
 Patch0:	    mach64-6.8.1-defaultdepth.patch
 Patch1:     0001-mach64-fix-build-on-32-bit.patch
+Patch2:	    mach64-6.9.3-shadowfb.patch
 
 ExcludeArch: s390 s390x %{?rhel:ppc ppc64}
 
@@ -33,10 +34,11 @@ X.Org X11 mach64 video driver.
 %setup -q -n %{tarball}-%{version}
 %patch0 -p1 -b .defaultdepth
 %patch1 -p1 -b .fix32
+%patch2 -p1 -b .shadowfb
 
 %build
 # aclocal ; automake -a ; autoconf
-%configure --disable-static --disable-dri
+%configure --disable-static --disable-dri --disable-exa
 make %{?_smp_mflags}
 
 %install
@@ -56,6 +58,10 @@ rm -rf $RPM_BUILD_ROOT
 #{_mandir}/man4/mach64.4*
 
 %changelog
+* Mon Oct 01 2012 Adam Jackson <ajax at redhat.com> 6.9.3-5
+- mach64-6.9.3-shadowfb.patch: Allow Render even when doing ShadowFB.
+- Disable EXA as well, it's completely broken.
+
 * Wed Sep 26 2012 Adam Jackson <ajax at redhat.com> 6.9.3-4
 - Disable DRI support, we've never built the 3D driver and it's been nuked
   from upstream Mesa anyway.


More information about the scm-commits mailing list