mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2024-11-08 06:28:27 +01:00
9f06f22281
It is already configured in, in the correct place. Currently, it is listed twice in Libs.private, if --enable-shared is used. And it is redundant if the build is static instead, since it is recorded in Libs.
14 lines
310 B
PkgConfig
14 lines
310 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: pdfio
|
|
Description: PDF read/write library
|
|
Version: @PDFIO_VERSION@
|
|
URL: https://www.msweet.org/pdfio
|
|
Requires: @PKGCONFIG_REQUIRES@
|
|
Libs: @PKGCONFIG_LIBS@
|
|
Libs.private: @PKGCONFIG_LIBS_PRIVATE@
|
|
Cflags: @PKGCONFIG_CFLAGS@
|