minizip-ng/minizip.pc.cmakein
Björn Esser 6390942e90 minizip.pc: Ensure variables point to an absolute path.
With commit 503bfd5c179b the CMake _IMPORT_PREFIX has been
changed to relative paths.  This breaks the paths reflected
by the auto-generated pkgconfig file, as pkgconfig expects
those paths to be absolute.

Signed-off-by: Björn Esser <besser82@fedoraproject.org>
2021-09-01 08:42:38 -07:00

15 lines
400 B
Plaintext

prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=@CMAKE_INSTALL_PREFIX@
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
sharedlibdir=@CMAKE_INSTALL_FULL_LIBDIR@
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
Name: @PROJECT_NAME@
Description: Minizip zip file manipulation library
Version: @VERSION@
Requires: zlib
Libs: -L${libdir} -L${sharedlibdir} -l@PROJECT_NAME@
Libs.private:@PC_PRIVATE_LIBS@
Cflags: -I${includedir}