mirror of
https://github.com/qpdf/qpdf.git
synced 2025-01-02 22:50:20 +00:00
Add Requires.private to libqpdf.pc for static linking
This commit is contained in:
parent
f256670eba
commit
739a78e200
@ -1,5 +1,9 @@
|
||||
2012-11-20 Jay Berkenbilt <ejb@ql.org>
|
||||
|
||||
* Add zlib and libpcre to Requires.private in the pkg-config file
|
||||
to support static linking. Thanks Tobias Hoffmann for pointing
|
||||
out the omission.
|
||||
|
||||
* Ignore (with warning) non-freed objects in the xref table whose
|
||||
offset is 0. Some PDF producers (incorrectly) do this. See
|
||||
https://bugs.linuxfoundation.org/show_bug.cgi?id=1081.
|
||||
|
@ -6,5 +6,6 @@ includedir=@includedir@
|
||||
Name: libqpdf
|
||||
Description: PDF transformation library
|
||||
Version: @PACKAGE_VERSION@
|
||||
Requires.private: zlib, libpcre
|
||||
Libs: -L${libdir} -lqpdf
|
||||
Cflags: -I${includedir}
|
||||
|
Loading…
Reference in New Issue
Block a user