]> git.sesse.net Git - x264/commit
configure: include dependency libs in the Libs pkg-config
authorMartin Storsjo <martin@martin.st>
Tue, 3 Sep 2013 21:56:18 +0000 (14:56 -0700)
committerFiona Glaser <fiona@x264.com>
Thu, 24 Oct 2013 19:15:58 +0000 (12:15 -0700)
commit12f9d499905199427a0196743c2cde56642d6d99
treeebd69f1bb361b0906ba7cd978dd6fbb7b6ac637f
parent03450be799dea03a83dad4dc833ef8ddd7f36b62
configure: include dependency libs in the Libs pkg-config

If only a static library is built, the user of the library that just
tries to link to the lib using the flags provided by pkg-config
might not know that only a static lib exists and that he'd have to
pass --static to pkg-config to get the internal dependencies to
be able to link the library.

For a shared build, the internal dependencies are kept in Libs.private
as before.

This matches how libav's pkg-config files are generated.
configure