blob: 3dc739dcd0b09d1a92f38b0718545a8847b003f0 (
plain)
1
2
3
4
5
6
7
|
The pkg-config program retrieves information about installed libraries,
usually for the purposes of compiling against and linking to them.
ExtUtils::PkgConfig is a very simplistic interface to this utility,
intended for use in the Makefile.PL of perl extensions which bind
libraries that pkg-config knows. It is really just boilerplate code
that you would've written yourself.
|