On Sat, 2003-05-31 at 17:52, Felix K�hling wrote: 
> 
> I'm trying to integrate xdriinfo into the DRI tree. My first idea was to
> add it under xc/programs/xdriifno. But none of the subdirs of
> xc/programs are compiled except Xserver if BuildServersOnly is set (as
> in the default DRI host.def). So I thought
> xc/programs/Xserver/hw/xfree86/xdriinfo would be a good place.

I think xc/programs/xdriinfo would be better (or is xdriinfo tied to the
XFree86 DDX?), it should be possible to build it even with
BuildServersOnly, e.g. by adding xdriinfo to both SUBDIRS assignments.


> -- config/cf/X11.tmpl 1 Apr 2003 22:52:31 -0000       1.30
> +++ config/cf/X11.tmpl        31 May 2003 15:35:13 -0000
> @@ -541,6 +541,9 @@
>  #ifndef BuildGLwLibrary
>  #define BuildGLwLibrary              (BuildGLXLibrary && BuildLibraries)
>  #endif
> +#ifndef BuildXDriInfo
> +#define BuildXDriInfo                NO
> +#endif
>  #ifndef BuildXF86RushExt
>  #define BuildXF86RushExt     NO
>  #endif

How about this:

#ifndef BuildXF86DRIInfo
#define BuildXF86DRIInfo        (BuildXF86DRI && !BuildServersOnly)
#endif

Or BuildGLXLibrary instead of BuildXF86DRI?


-- 
Earthling Michel D�nzer   \  Debian (powerpc), XFree86 and DRI developer
Software libre enthusiast  \     http://svcs.affero.net/rm.php?r=daenzer



-------------------------------------------------------
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to