aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-06-22 20:11:58 +0200
committerJay Berkenbilt <ejb@ql.org>2019-06-22 22:57:52 +0200
commit12400475283f5081ea55f52a764e43f14032f6ba (patch)
tree168f68d0277e31e27aa3f789a5261d3ee7f2f78e /ChangeLog
parentf2ef1612613d5689be73e927cfaa28a1f750320b (diff)
downloadqpdf-12400475283f5081ea55f52a764e43f14032f6ba.tar.zst
Try to use pkg-config to find external dependencies (fixes #324)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 57eeee97..1d9018df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2019-06-22 Jay Berkenbilt <ejb@ql.org>
+ * If pkg-config is available, use it to local libjpeg and zlib. If
+ not, fall back to old behavior. Fixes #324.
+
* The "make install" target explicitly sets a mode rather than
relying the user's umask. Fixes #326.