Select Git revision
libexslt.pc.in
-
Nick Wellnhofer authored
Flags for dependencies are automatically pulled in by "Requires". There's no need to list them separately. Add libxslt as requirement of libexslt. Fixes #53.
Nick Wellnhofer authoredFlags for dependencies are automatically pulled in by "Requires". There's no need to list them separately. Add libxslt as requirement of libexslt. Fixes #53.
libexslt.pc.in 285 B
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libexslt
Version: @LIBEXSLT_VERSION@
Description: EXSLT Extension library
Requires: libxml-2.0, libxslt
Cflags: @EXSLT_INCLUDEDIR@
Libs: @EXSLT_LIBDIR@ -lexslt
Libs.private: @EXSLT_PRIVATE_LIBS@