1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-08-07 10:42:55 +03:00
Files
libxslt/libxslt.pc.in
Nick Wellnhofer da2f90ba4b Remove redundant flags from pkg-config files
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.
2021-06-06 11:33:05 +02:00

14 lines
262 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libxslt
Version: @VERSION@
Description: XSLT library version 2.
Requires: libxml-2.0
Cflags: @XSLT_INCLUDEDIR@
Libs: @XSLT_LIBDIR@ -lxslt
Libs.private: @XSLT_PRIVATE_LIBS@