]> git.pld-linux.org Git - packages/X11.git/commitdiff
- added unichrome_dri building
authorluzik <luzik@pld-linux.org>
Sun, 29 Jan 2006 19:45:43 +0000 (19:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    X11.spec -> 1.183

X11.spec

index 3ca532b5046ebf59340dd52ef08f75ff2a3801b8..909d11cd35727568dceec1de8c1ff7bde8b8e237 100644 (file)
--- a/X11.spec
+++ b/X11.spec
@@ -123,6 +123,7 @@ Patch69:    %{name}-radeon-dynamic-clocks.patch
 Patch71:       %{name}-radeon-set-fb-location.patch
 Patch72:       http://glen.alkohol.ee/xkb/xorg.patch
 Patch73:       %{name}-r300.patch
+Patch74:       %{name}-unichrome.patch
 
 #head-patch
 #ftp://ftp.linux.cz/pub/linux/people/jan_kasprzak/xorg-dualhead/
@@ -2002,6 +2003,8 @@ rm -f xc/config/cf/host.def
 %{__patch} -d xc/programs/xkbcomp/symbols/pc < %{PATCH72}
 
 %{?with_r300:%patch73 -p1}
+%{?with_r300:%patch74 -p1}
+# patch74 required patch73
 %{?with_dualhead:%patch100 -p1}
 
 sed -i -e 's#krb5/##g' xc/lib/Xau/*.* xc/programs/xdm/greeter/*.* \
@@ -3021,6 +3024,9 @@ fi
 %files driver-via
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/modules/drivers/via_drv.so
+%ifarch %{ix86}
+%attr(755,root,root) %{_libdir}/modules/dri/unichrome_dri.so
+%endif
 %{_mandir}/man4/via.4*
 %endif
 
This page took 0.037889 seconds and 4 git commands to generate.