Magellan Linux

Annotation of /trunk/libdrm/patches/libdrm-2.4.33-fix-nouveau-pkgconfig-version.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1775 - (hide annotations) (download)
Thu May 10 12:14:11 2012 UTC (12 years, 1 month ago) by niro
File size: 1041 byte(s)
-added patch from upstream to fix build with newest nouveau
1 niro 1775 From 292da616fe1f936ca78a3fa8e1b1b19883e343b6 Mon Sep 17 00:00:00 2001
2     From: Ben Skeggs <bskeggs@redhat.com>
3     Date: Fri, 09 Dec 2011 06:11:06 +0000
4     Subject: nouveau: pull in major libdrm rewrite
5    
6     Redesigned primarily to allow us to better take advantage of BO's having
7     fixed GPU virtual addresses on GeForce 8 and up, and to reduce the overhead
8     of handling relocations on earlier chipsets.
9    
10     Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
11     Signed-off-by: Christoph Bumiller <e0425955@student.tuwien.ac.at>
12     ---
13     (limited to 'nouveau/libdrm_nouveau.pc.in')
14    
15     diff --git a/nouveau/libdrm_nouveau.pc.in b/nouveau/libdrm_nouveau.pc.in
16     index c78a28a..6170613 100644
17     --- a/nouveau/libdrm_nouveau.pc.in
18     +++ b/nouveau/libdrm_nouveau.pc.in
19     @@ -5,7 +5,7 @@ includedir=@includedir@
20    
21     Name: libdrm_nouveau
22     Description: Userspace interface to nouveau kernel DRM services
23     -Version: 0.6
24     +Version: 2.4.33
25     Libs: -L${libdir} -ldrm_nouveau
26     Cflags: -I${includedir} -I${includedir}/libdrm -I${includedir}/nouveau
27     Requires.private: libdrm
28     --
29     cgit v0.9.0.2-2-gbebe