On Thu, Feb 19, 2009 at 11:12 AM, Michel Dänzer <[email protected]> wrote: > On Thu, 2009-02-19 at 11:02 -0800, Keith Whitwell wrote: >> On Thu, 2009-02-19 at 10:53 -0800, Michel Dänzer wrote: >> > Module: Mesa >> > Branch: master >> > Commit: 0794f1d6df7c41dc362ec0a1296cef084bf10301 >> > URL: >> > http://cgit.freedesktop.org/mesa/mesa/commit/?id=0794f1d6df7c41dc362ec0a1296cef084bf10301 >> > >> > Author: Michel Dänzer <[email protected]> >> > Date: Thu Feb 19 19:52:59 2009 +0100 >> > >> > gallium/winsys/xlib: Fix build with USE_XSHM undefined. >> >> Michel, >> >> Under what circumstances is that? Are there really environments that >> don't have this & why? > > Using make autoconf. Someone should figure out how to set it there, but > in the meantime I figured I'd push the build fix anyway.
When I first wrote configure.ac, I just added -DUSE_XSHM for the mesa xlib target since that was the only place in the source it was being used. Right now, the autoconf gallium foo only sets up the drm winsys and egl state tracker, so nothing that uses XSHM. I suppose at some point it'll have to grow a lot more options. -- Dan ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Mesa3d-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
