Skip to content
  • Martin Storsjö's avatar
    configure: include dependency libs in the Libs pkg-config · 12f9d499
    Martin Storsjö authored
    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.
    12f9d499