rpms/mesa/devel r300-bufmgr.patch,1.7,1.8

Dave Airlie airlied at fedoraproject.org
Sat Dec 20 23:27:34 UTC 2008


Author: airlied

Update of /cvs/pkgs/rpms/mesa/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4887

Modified Files:
	r300-bufmgr.patch 
Log Message:
hpoefully fix r200 build


r300-bufmgr.patch:

Index: r300-bufmgr.patch
===================================================================
RCS file: /cvs/pkgs/rpms/mesa/devel/r300-bufmgr.patch,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- r300-bufmgr.patch	20 Dec 2008 06:58:13 -0000	1.7
+++ r300-bufmgr.patch	20 Dec 2008 23:27:04 -0000	1.8
@@ -49,7 +49,7 @@
 +	radeon_bo_legacy.h \
 +	radeon_cs_legacy.h
 +
-+DRI_LIB_DEPS += -ldrm-radeon
++DRI_LIB_DEPS += -ldrm_radeon
  
  ##### TARGETS #####
  
@@ -10577,3 +10577,17 @@
 +extern void radeonSetSpanFunctions(driRenderbuffer * rb, const GLvisual * vis);
 +#endif
  #endif
+diff -up mesa-20081220/src/mesa/drivers/dri/r200/Makefile.dave mesa-20081220/src/mesa/drivers/dri/r200/Makefile
+--- mesa-20081220/src/mesa/drivers/dri/r200/Makefile.dave	2008-12-21 09:24:58.000000000 +1000
++++ mesa-20081220/src/mesa/drivers/dri/r200/Makefile	2008-12-21 09:26:11.000000000 +1000
+@@ -48,7 +48,9 @@ SYMLINKS = \
+ COMMON_SYMLINKS = \
+ 	radeon_chipset.h \
+ 	radeon_screen.c \
+-	radeon_screen.h
++	radeon_screen.h \
++	radeon_bo_legacy.h \
++	radeon_buffer.h
+ 
+ ##### TARGETS #####
+ 




More information about the fedora-extras-commits mailing list