]> git.pld-linux.org Git - packages/X11.git/commitdiff
- added bcond for openchrome http://www.openchrome.org/
authorkolodko <kolodko@pld-linux.org>
Tue, 13 Feb 2007 20:08:57 +0000 (20:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  at least support for my K8T890 on branch vt3336, still
  without drm

Changed files:
    X11.spec -> 1.215

X11.spec

index 9a3363e18c614fcd6748be39af773d22ec5bb5d1..5929e8181a3a7e97fe9768839d870ce8f5d22404 100644 (file)
--- a/X11.spec
+++ b/X11.spec
@@ -12,6 +12,7 @@
 %bcond_without glide           # don't build glide driver
 %bcond_without r300            # r300_dri.so
 %bcond_with    dualhead        # apply dualhead patch
+%bcond_with    via_openchrome  # apply via drivers from openchrome instead xorg
 
 Summary:       XOrg X11 Window System servers and basic programs
 Summary(de.UTF-8):     XOrg X11 Window-System-Server und grundlegende Programme
@@ -138,6 +139,8 @@ Patch74:    %{name}-unichrome.patch
 #head-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
+#via_openchrome
+Patch101:      org-via_openchrome_vt3336_branch_snap20070212.patch
 
 URL:           http://www.x.org/
 BuildRequires: /usr/bin/perl
@@ -2096,6 +2099,7 @@ rm -f xc/config/cf/host.def
 %{?with_r300:%patch74 -p1}
 # patch74 required patch73
 %{?with_dualhead:%patch100 -p1}
+%{?with_via_openchrome:%patch101 -p1}
 
 sed -i -e 's#krb5/##g' xc/lib/Xau/*.* xc/programs/xdm/greeter/*.* \
        xc/programs/xdm/*.* xc/programs/Xserver/os/*.*
This page took 0.122057 seconds and 4 git commands to generate.