Re: [Mesa3d-dev] [PATCH] DRI-specific pkg-config file

2008-07-01 Thread Kristian Høgsberg
On Fri, Jun 27, 2008 at 9:31 AM, Dan Nicholson <[EMAIL PROTECTED]> wrote: > Anyone have any problems with this? I saw you already added this, but just wanted to say it looks good to me. thanks, Kristian > On Thu, Jun 12, 2008 at 7:12 AM, Dan Nicholson <[EMAIL PROTECTED]> wrote: >> Since the gl

Re: [Mesa3d-dev] [PATCH] DRI-specific pkg-config file

2008-06-27 Thread Dan Nicholson
Anyone have any problems with this? On Thu, Jun 12, 2008 at 7:12 AM, Dan Nicholson <[EMAIL PROTECTED]> wrote: > Since the gl pkg-config file doesn't convey any specifics about the > backend in use, this adds a new pkg-config file for when DRI is in use. > This can be used by the xserver build to d

[PATCH] DRI-specific pkg-config file

2008-06-12 Thread Dan Nicholson
Since the gl pkg-config file doesn't convey any specifics about the backend in use, this adds a new pkg-config file for when DRI is in use. This can be used by the xserver build to determine if the DRI extension is appropriate. --- Dan I don't know if this makes anything a lot better, but I think