Re: lib/GL
David Dawes <[email protected]>
| Newsgroups | gmane.comp.xfree86.devel |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Mar 04, 2005 at 02:18:38PM -0700, Marc Aurele La France wrote:
>On Tue, 1 Mar 2005, David Dawes wrote:
>>On Tue, Mar 01, 2005 at 06:51:54PM -0700, Marc Aurele La France wrote:
>>>I've been auditing various builds and noticed that
>>>xc/lib/GL/mesa/drivers/x11 is never built, let alone referenced. Is this
>>>an oversight, or can this directory be deleted?
>
>>It is supposed to be built and referenced when GlxBuiltInXMesa is
>>set to YES. Although the necessary reference to it is in
>>lib/GL/GL/Imakefile, there doesn't appear to be anything in
>>lib/GL/Imakefile that would actually cause that directory to be
>>built. That could be fixed.
>
>Hummm. This looks like another post-4.5 thing.
>
>>More importantly though, there is a reference to the Imakefile.inc
>>file in that directory from Xserver/GL/mesa/GLcore/Imakefile, and
>>that is used.
>
>Not so. Removing that reference doesn't change anything.
It doesn't change anything because the objects are referenced as:
XOBJS = ../X/?*.o
rather than by using the make variables defined in that Imakefile.inc.
However, it is also referenced from Xserver/GL/mesa/X/Imakefile,
and removing that reference will be noticed.
David