mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-08-07 10:42:55 +03:00
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.
14 lines
262 B
PkgConfig
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@
|