This simple patch makes it a little easier to build against arbitrary drm 
trees.  It'll pull in DRM_SOURCE_PATH from the environment if set, otherwise 
it'll default to it's current value.

Jesse

Index: configs/default
===================================================================
RCS file: /cvs/mesa/Mesa/configs/default,v
retrieving revision 1.12
diff -u -r1.12 default
--- configs/default     8 Dec 2004 15:16:36 -0000       1.12
+++ configs/default     4 Mar 2005 20:55:38 -0000
@@ -11,7 +11,7 @@
 MESA_TINY=0

 # external projects
-DRM_SOURCE_PATH=$(TOP)/../drm
+DRM_SOURCE_PATH ?= $(TOP)/../drm

 # Compiler and flags
 CC = cc


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to