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

Gonzalo Paniagua Javier gonzalo@ximian.com
26 Mar 2003 14:27:04 +0100


El mié, 26 de 03 de 2003 a las 06:53, Charles Iliya Krempeaux escribió:
> Hello,
> 
> This Patch and tarball contains minimal support for pkgconfig.
> Basically you can use it to check for the existence and version
> of stuff.
> 
> There was one naming convention I used, because of a bit of
> naming conflict.  For each of the assemblies, there is a
> pkgconfig file.  Specifically...
> 
>     Art#     ->  art-sharp.pc

Does that mean that we have to run pkg-config like:

pkg-config --libs Art#

?

If so, take a look at the bash man page (at least the COMMENTS
section)... I would use art-sharp.

-Gonzalo