From 12400475283f5081ea55f52a764e43f14032f6ba Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 22 Jun 2019 14:11:58 -0400 Subject: Try to use pkg-config to find external dependencies (fixes #324) --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 57eeee97..1d9018df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2019-06-22 Jay Berkenbilt + * 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. -- cgit v1.2.3-54-g00ecf