[xorg-x11-drv-sis] Disable DRI1

Adam Jackson ajax at fedoraproject.org
Thu Nov 17 19:44:13 UTC 2011


commit f5b6424d4294969e760d9b4951076a6f31375fcf
Author: Adam Jackson <ajax at redhat.com>
Date:   Thu Nov 17 19:43:52 2011 -0500

    Disable DRI1

 xorg-x11-drv-sis.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/xorg-x11-drv-sis.spec b/xorg-x11-drv-sis.spec
index 45da6e9..6246ddd 100644
--- a/xorg-x11-drv-sis.spec
+++ b/xorg-x11-drv-sis.spec
@@ -5,7 +5,7 @@
 Summary:   Xorg X11 sis video driver
 Name:      xorg-x11-drv-sis
 Version:   0.10.3
-Release:   9%{?dist}
+Release:   10%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
@@ -33,7 +33,7 @@ X.Org X11 sis video driver.
 %patch0 -p1 -b .git
 
 %build
-%configure --disable-static
+%configure --disable-static --disable-dri
 make %{?_smp_mflags}
 
 %install
@@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man4/sis.4*
 
 %changelog
+* Thu Nov 17 2011 Adam Jackson <ajax at redhat.com> 0.10.3-10
+- Disable DRI1
+
 * Mon Nov 14 2011 Adam Jackson <ajax at redhat.com> - 0.10.3-9
 - ABI rebuild
 


More information about the scm-commits mailing list