On Fri, Dec  7, 2007 at 15:33:21 -0800, Dan Nicholson wrote:

> The user can request specific DRI drivers to build rather than the
> default of "all that build on this platform". This allows the list of
> drivers to be easily slimmed down.
> 
> This is controlled through the option --with-dri-drivers. For example:
> 
>     ./configure --with-driver=dri --with-dri-drivers="i965,nouveau"
> 
Hi Dan,

would it be possible to make this work with space as a separator?
It seems that would make it easier to incrementally build up a
DRI_DRIVERS variable in a Makefile (the += operator adds a space...) and
then run configure --with-dri-drivers="$(DRI_DRIVERS)".  Or am I missing
some easy way to do that?
Another option would be to let the user pass DRI_DIRS in the environment
when using configure, by removing the DRI_DIRS="" line from
configure.ac.

Cheers,
Julien

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Mesa3d-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to