about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2011-08-16 02:27:22 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2011-08-16 02:27:22 +0000
commitcb3ac30725f33332081d2c3f3fe979cf59212472 (patch)
tree553c39a509dc322429e96937436731005f4322f5 /doc
parent91c88b3af19807c5b07d02ced672579556784fa6 (diff)
downloadnetpbm-mirror-cb3ac30725f33332081d2c3f3fe979cf59212472.tar.gz
netpbm-mirror-cb3ac30725f33332081d2c3f3fe979cf59212472.tar.xz
netpbm-mirror-cb3ac30725f33332081d2c3f3fe979cf59212472.zip
Use pkgconfig to find libpng
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1545 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc')
-rw-r--r--doc/HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index 973ea855..c40a7b12 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -25,6 +25,9 @@ not yet  BJH  Release 10.56.00
               pnmquant: work with older Perl that doesn't have 3-argument open.
               Thanks Slaven Rezic <srezic@iconmobile.com>.
 
+              Build: To find libpng, use the Pkgconfig database entry instead
+              of libpng-config if it is available.
+
               Build: pnmtops: Instead of omitting pnmtops from the build when
               there is no libz, just omit ability to create flate-compressed
               output from pnmtops.