[xorg-x11-drv-mga] Disable DRI1

Adam Jackson ajax at fedoraproject.org
Thu Nov 17 19:42:50 UTC 2011


commit d9ce5855a86f931dfd5717da7c28876f1d98dcdf
Author: Adam Jackson <ajax at redhat.com>
Date:   Thu Nov 17 19:42:29 2011 -0500

    Disable DRI1

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


More information about the scm-commits mailing list