[Gtk-sharp-list] [Patch, etc] minimal pkgconfig support

Mike Kestner mkestner@speakeasy.net
01 Apr 2003 21:59:57 -0600


On Fri, 2003-03-28 at 14:02, Charles Iliya Krempeaux wrote:
> Hello,
> 
> OK... so should I modify the Patch (and then check it in) or
> should I forget this patch and wait for the Global Assembly Cache?
> 
> (And if I am to modify this patch... how should I do it?  Should
> I only set it up for versioning info?  Or should it be
> used for compiling too?)

If I'm summarizing all the feedback properly, it sounds like it could be
beneficial to have something to detect presence of gtk-sharp, and gapi,
but that it doesn't need to be very granular.

Perhaps we could install a gapi.pc and a gtk-sharp.pc, where the gapi
just indicates version info, and the gtk-sharp exposes an assemblies
"variable" that lists all the supported assemblies in /ref: format.

If anyone needs to detect presence of an individual assembly, they can
always grep for the assembly name they are interested in.

-- 
Mike Kestner <mkestner@speakeasy.net>