[xorg-x11-drv-tdfx] Disable DRI1

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


commit 10e7da257a7480cbce39a0fd729146be52da92e2
Author: Adam Jackson <ajax at redhat.com>
Date:   Thu Nov 17 19:44:19 2011 -0500

    Disable DRI1

 xorg-x11-drv-tdfx.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/xorg-x11-drv-tdfx.spec b/xorg-x11-drv-tdfx.spec
index 6282f86..2f69545 100644
--- a/xorg-x11-drv-tdfx.spec
+++ b/xorg-x11-drv-tdfx.spec
@@ -5,7 +5,7 @@
 Summary:   Xorg X11 tdfx video driver
 Name:      xorg-x11-drv-tdfx
 Version:   1.4.3
-Release:   11%{?dist}
+Release:   12%{?dist}
 URL:       http://www.x.org
 License: MIT
 Group:     User Interface/X Hardware Support
@@ -37,7 +37,7 @@ X.Org X11 tdfx video driver.
 %patch1 -p1 -b .vga
 
 %build
-%configure --disable-static
+%configure --disable-static --disable-dri
 make
 
 %install
@@ -62,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man4/tdfx.4*
 
 %changelog
+* Thu Nov 17 2011 Adam Jackson <ajax at redhat.com> 1.4.3-12
+- Disable DRI1
+
 * Wed Nov 09 2011 Adam Jackson <ajax at redhat.com> 1.4.3-11
 - ABI rebuild
 - tdfx-1.4.3-git.patch: Sync with git for new ABI


More information about the scm-commits mailing list