http://bugs.freedesktop.org/show_bug.cgi?id=18161


Dan Nicholson <[EMAIL PROTECTED]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #19794|0                           |1
        is obsolete|                            |




--- Comment #5 from Dan Nicholson <[EMAIL PROTECTED]>  2008-12-08 05:58:32 PST 
---
Created an attachment (id=20897)
 --> (http://bugs.freedesktop.org/attachment.cgi?id=20897)
Fill out .pc files with dependency metadata

This is a rather large patch, but I decided to just "do it right". This fills
in Requires.private, Libs.private and Cflags with all the information configure
finds out about the dependencies. So, for instance, gl.pc contains:

$ cat dest/opt/gfx/lib/pkgconfig/gl.pc 
prefix=/opt/gfx
exec_prefix=${prefix}
libdir=/opt/gfx/lib
includedir=/opt/gfx/include

Name: gl
Description: Mesa OpenGL library
Requires.private: libdrm >= 2.3.1 dri2proto >= 1.99.3 x11 xext xxf86vm xdamage
xfixes
Version: 7.3.0
Libs: -L${libdir} -lGL
Libs.private: -lm -lpthread -ldl 
Cflags: -I${includedir}

When not using configure, configure, the .pc files contain the same data they
previously did. But anyone could feel free to fill out the other configs with
the appropriate data.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to