Thierry Vignaud <tvign...@mandriva.com> writes:

> Thierry Vignaud <tvign...@mandriva.com> writes:
>
> > The following patch fixes missing r300 compiler in generated tarballs:
> > diff --git a/src/mesa/drivers/dri/r300/Makefile 
> > b/src/mesa/drivers/dri/r300/Makefile
> > index 95c6765..3bce7d2 100644
> > --- a/src/mesa/drivers/dri/r300/Makefile
> > +++ b/src/mesa/drivers/dri/r300/Makefile
> > @@ -40,6 +40,7 @@ RADEON_COMMON_SOURCES = \
> >  
> >  DRIVER_SOURCES = \
> >              radeon_screen.c \
> > +            compiler \
> >              r300_context.c \
> >              r300_draw.c \
> >              r300_ioctl.c \
>
> oops, looks like I send the wrong patch:
> diff --git a/Makefile b/Makefile
> index 220676f..bd45c01 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -345,6 +345,7 @@ DRI_FILES = \
>       $(DIRECTORY)/src/mesa/drivers/dri/common/xmlpool/*.[ch]         \
>       $(DIRECTORY)/src/mesa/drivers/dri/common/xmlpool/*.po           \
>       $(DIRECTORY)/src/mesa/drivers/dri/*/*.[chS]                     \
> +     $(DIRECTORY)/src/mesa/drivers/dri/*/*/*.[chS]                   \
>       $(DIRECTORY)/src/mesa/drivers/dri/*/Makefile                    \
>       $(DIRECTORY)/src/mesa/drivers/dri/*/Doxyfile                    \
>       $(DIRECTORY)/src/mesa/drivers/dri/*/server/*.[ch]

as weel as the bs bits:
diff -u b/Makefile b/Makefile
--- b/Makefile
+++ b/Makefile
@@ -347,6 +347,7 @@
 	$(DIRECTORY)/src/mesa/drivers/dri/*/*.[chS]			\
 	$(DIRECTORY)/src/mesa/drivers/dri/*/*/*.[chS]			\
 	$(DIRECTORY)/src/mesa/drivers/dri/*/Makefile			\
+	$(DIRECTORY)/src/mesa/drivers/dri/*/*/Makefile			\
 	$(DIRECTORY)/src/mesa/drivers/dri/*/Doxyfile			\
 	$(DIRECTORY)/src/mesa/drivers/dri/*/server/*.[ch]
 
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to