[MonoDevelop] Autotools plugin.

Scott Ellington scottell.lists at gmail.com
Mon Aug 14 13:35:13 EDT 2006


On Mon, 2006-08-14 at 16:49 -0400, Miguel de Icaza wrote:
> Oh, we can introduce more variables as we see fit.  They could be
> "AllLibraries" for example.

Well that would require the creator of the pc file for the consuming
application to know that some of its dependencies are unstable
libraries.  It would also need to know the names of these libraries and
add them to the AllLibraries variable.  That is probably not ideal as
there could be a change in an underlying library.

Ideally, it would be nice for pkg-config to handle the Libraries
variable like it does the --libs.  By aggregating all of the dependent
libs together.

One way would be to just add that functionality to pkg-config or we
could commandeer the --cflags functionality and use it for our own
purposes, but that is probably a bad idea.

Scott



More information about the Monodevelop-list mailing list