* [PATCH] fix mesa build from tarball
@ 2011-06-21 15:28 Thierry Vignaud
2011-06-22 14:22 ` Brian Paul
0 siblings, 1 reply; 2+ messages in thread
From: Thierry Vignaud @ 2011-06-21 15:28 UTC (permalink / raw)
To: dri-devel; +Cc: Brian Paul
[-- Attachment #1: Type: text/plain, Size: 218 bytes --]
Hi
The following patch fixes building mesa from tarball (generated from git):
- one Makefile disappeared (Makefile.template)
- two other were missing (src/mesa/drivers/dri/Makefile.{defines,targets}
Please apply
Thx
[-- Attachment #2: fix-build-from-tarball.diff --]
[-- Type: application/octet-stream, Size: 544 bytes --]
diff --git a/Makefile b/Makefile
index 07ec686..281af35 100644
--- a/Makefile
+++ b/Makefile
@@ -376,8 +376,7 @@ DRI_FILES = \
$(DIRECTORY)/src/glx/Makefile \
$(DIRECTORY)/src/glx/*.[ch] \
$(APPLE_DRI_FILES) \
- $(DIRECTORY)/src/mesa/drivers/dri/Makefile \
- $(DIRECTORY)/src/mesa/drivers/dri/Makefile.template \
+ $(DIRECTORY)/src/mesa/drivers/dri/Makefile* \
$(DIRECTORY)/src/mesa/drivers/dri/dri.pc.in \
$(DIRECTORY)/src/mesa/drivers/dri/common/xmlpool/*.po \
$(DIRECTORY)/src/mesa/drivers/dri/*/*.[chS] \
[-- Attachment #3: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] fix mesa build from tarball
2011-06-21 15:28 [PATCH] fix mesa build from tarball Thierry Vignaud
@ 2011-06-22 14:22 ` Brian Paul
0 siblings, 0 replies; 2+ messages in thread
From: Brian Paul @ 2011-06-22 14:22 UTC (permalink / raw)
To: Thierry Vignaud; +Cc: =?UTF-8?B?TWFyZWsgT2zFocOh?=, dri-devel
On 06/21/2011 09:28 AM, Thierry Vignaud wrote:
> Hi
>
> The following patch fixes building mesa from tarball (generated from git):
> - one Makefile disappeared (Makefile.template)
> - two other were missing (src/mesa/drivers/dri/Makefile.{defines,targets}
Committed. Thanks.
-Brian
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-06-22 14:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-21 15:28 [PATCH] fix mesa build from tarball Thierry Vignaud
2011-06-22 14:22 ` Brian Paul
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.