Skip to content

Commit

Permalink
Add pkg-config support
Browse files Browse the repository at this point in the history
  • Loading branch information
jberkenbilt committed Mar 18, 2022
1 parent b1ede4c commit 3af2e03
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions libqpdf.pc.in
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@

Name: libqpdf
Description: PDF transformation library
Version: @PACKAGE_VERSION@
Requires.private: zlib, libjpeg
Version: @PROJECT_VERSION@
Requires.private: zlib, libjpeg@CRYPTO_PKG@
Libs: -L${libdir} -lqpdf
Cflags: -I${includedir}

0 comments on commit 3af2e03

Please sign in to comment.