On Thu, May 8, 2008 at 11:25 AM, Eric Anholt <[EMAIL PROTECTED]> wrote: > On Wed, 2008-05-07 at 14:10 -0700, Dan Nicholson wrote: >> Added the autoconf driver option --with-driver=glcore for building >> libGLcore for xorg-server. When building glcore through autoconf, it >> will check that xorg-server is new enough (1.5.99.1 corresponds to >> current master). It will then check if XF86DRI is defined and enable >> the DRI functionality in GLcore accordingly. >> >> Changes have also been made so plain `make' and `make install' work >> when --with-driver=glcore is used. This does require the overloaded >> --with-dri-driverdir setting to specify the installation directory. > > This is certainly nicer than that mystery build target we have today, > but couldn't this get built along with my dri driver build?
That's essentially how George has it setup now: 1. build mesa with --with-driver=dri; install; don't remove tree 2. build xserver using the DRI headers from mesa; install 3. back to mesa; make glcore; make install-glcore; this takes advantage of the libmesa.a built in 1. So, what this patch is trying to do is allow 1 and 2 at some other time and do 3 from a clean tree. Like you'd do for distro packages. But if you just want to keep around your built DRI tree, you can save time with the above procedure. -- Dan ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Mesa3d-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
