]> git.pld-linux.org Git - packages/X11.git/commitdiff
- added dualhead.patch in bcond (default disable)
authorkolodko <kolodko@pld-linux.org>
Sat, 18 Dec 2004 13:23:31 +0000 (13:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    X11.spec -> 1.107

X11.spec

index cefbe616e2a5d8eb85b65f6827257257f102884e..639f16fb58bcd7fa8aa207979d81cda551ed53ca 100644 (file)
--- a/X11.spec
+++ b/X11.spec
@@ -9,7 +9,10 @@
 # - where to take dtpdmd from?
 #
 # Conditional build:
-%bcond_without glide   # don't build glide driver
+%bcond_without glide           # don't build glide driver
+
+#http://cambuca.ldhs.cetuc.puc-rio.br/multiuser/
+%bcond_with    dualhead        # apply dualhead patch
 
 Summary:       XOrg X11 Window System servers and basic programs
 Summary(de):   XOrg X11 Window-System-Server und grundlegende Programme
@@ -113,6 +116,11 @@ Patch50:   %{name}-glibc-locale_sync.patch
 # XFree86-tdfx-fix-vtswitch-font-corruption.patch - issue still not fixed,
 # but patch doesn't help either; however, it occurs in text mode only, not
 # with tdfxfb, which is worth using anyway
+
+#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
+
 URL:           http://www.x.org/
 BuildRequires: /usr/bin/perl
 # Required by xc/programs/Xserver/hw/xfree86/drivers/glide/glide_driver.c
@@ -1956,6 +1964,7 @@ cd -
 %patch31 -p0
 %patch34 -p0
 %patch50 -p1
+%{?with_dualhead:%patch100 -p1}
 
 %build
 PWD=`pwd`
This page took 0.049604 seconds and 4 git commands to generate.