Skip to content

libxslt and libexslt incorrectly print private dependencies in pkg-config output

Hugh McMaster requested to merge hmc/libxslt:debian into master

libxslt and libexslt current print private library dependencies when --libs is invoked via pkg-config and xslt-config. This is un-necessary for most programs.

This patchset:

  • simplifies --cflags handling in xslt-config
  • simplifies --libs handling in xslt-config
  • removes unused variables in xslt-config
  • adds --dynamic to xslt-config's --libs switch
  • adds Libs.private to libxslt.pc and libexslt.pc.
Edited by Hugh McMaster

Merge request reports