]> git.pld-linux.org Git - packages/X11.git/commitdiff
- experimental ati r300 and newer chipset support (bcond added, see
authorfreetz <freetz@pld-linux.org>
Mon, 23 May 2005 12:03:12 +0000 (12:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  r300.sf.net to get details how to break your radeon)

Changed files:
    X11.spec -> 1.141

X11.spec

index f37b663d71685a15f0297dffb4bc705ff15e0f9d..d57170778bc3c18c4a17e7d0ff1dd44bb639c2c9 100644 (file)
--- a/X11.spec
+++ b/X11.spec
@@ -13,6 +13,8 @@
 
 #http://cambuca.ldhs.cetuc.puc-rio.br/multiuser/
 %bcond_with    dualhead        # apply dualhead patch
+%bcond_with    r300            # experimental ati r300 and newer 3D support
+                               # see r300.sf.net or details
 
 Summary:       XOrg X11 Window System servers and basic programs
 Summary(de):   XOrg X11 Window-System-Server und grundlegende Programme
@@ -124,6 +126,7 @@ Patch63:    %{name}-pci-build.patch
 #ftp://ftp.linux.cz/pub/linux/people/jan_kasprzak/xorg-dualhead/
 Patch100:      ftp://ftp.linux.cz/pub/linux/people/jan_kasprzak/xorg-dualhead/xorg-x11-6.8.1-dualhead.patch
 Patch101:      %{name}-gcc4.patch
+Patch102:      %{name}-r300.patch
 
 URL:           http://www.x.org/
 BuildRequires: /usr/bin/perl
@@ -1975,6 +1978,7 @@ cd -
 %patch63 -p1
 %{?with_dualhead:%patch100 -p1}
 %patch101 -p1
+%{?with_r300:%patch102 -p0}
 
 %build
 PWD=`pwd`
This page took 0.052194 seconds and 4 git commands to generate.