On Wed, 8 Mar 2006, Brian Paul wrote:

> > Has there been work or plans on having Mesa install pkgconfig *pc file(s)?
> 
> Nobody's brought it up.  Seems like it might be useful.

Okay. I just made a simple one that I used for xorg/app/xdriinfo. I simply 
added "gl" as the pkg-config file to check for and it worked fine. Here is 
a gl.pc.in thatmaybe could be used:

[EMAIL PROTECTED]@
[EMAIL PROTECTED]@
[EMAIL PROTECTED]@
[EMAIL PROTECTED]@

Name: GL
Description: GL Library
Version: @PACKAGE_VERSION@
Requires: x11 xext
Cflags: -I${includedir}
Libs: -L${libdir}

Is gl.pc.in an okay name for this?

Usually the source would include something like gl.pc.in and have sed 
convert the @foo@ to your defaults.

Also glu.pc.in, glw.pc.in, osmesa.pc.in, and/or glut.pc.in may be useful.

> > And as there been work or plans to having Mesa use autoconf/automake/aclocal
> > for the build?
> 
> We used to have autoconf/automake/libtool in Mesa but I threw it out.  In
> practice, it seemed to seldom work on anything but GNU/Linux or closely
> related systems (ironic, huh?).
> 
> Since nobody was actively maintaining the autoconf files and I wasn't
> interested in trying to figure them out they were abandoned.
> 
> It would take a pretty strong, convincing argument for me to use it again.

Okay. Thanks for the info. I had noticed in the archives postings about it 
a few years ago.

 Jeremy C. Reed

echo ':6DB6=88>?;@69876tA=AC8BB5tA6487><' | tr '4-F' 'wu rofIn.lkigemca'


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Mesa3d-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to