Generate a vpx.pc file for pkg-config.
authorRalph Giles <giles@entropywave.com>
Mon, 28 Mar 2011 19:04:51 +0000 (12:04 -0700)
committerRalph Giles <giles@entropywave.com>
Thu, 31 Mar 2011 03:56:16 +0000 (20:56 -0700)
commit607f8420f3ef7b17160a62c350d107a8a02b214e
treecbb0310efece35af0b0c56e081dd4af4045dc1ad
parent53e9987b4d6514c265ee3b41d1b382d4ebddc71b
Generate a vpx.pc file for pkg-config.

Rules are added to libs.mk to generate a vpx.pc, which is
installed as pkgconfig/vpx.pc under the target library directory.
This also requires the install path prefix be exported directly
in config.mk.

Some systems use a tool called pkg-config to query information
about intalled libraries or other resources, based on database
files provided by the packages themselves at install time.

Providing such a file for libvpx simplifies integration with
other build systems, and provides an easy avenue for developers
to test against their own builds of the library.

Change-Id: I4e32a8fbb53fc331aa95eb207c63dd70a76d18ed
configure
libs.mk