Ensure pkg-config present when generating bindings

Not all systems have pkg-config installed by default.

cargo test passes
This commit is contained in:
Nathan Fiedler
2016-10-20 08:49:24 -07:00
parent b63f25c550
commit 2eccf1e91b
7 changed files with 24 additions and 11 deletions

View File

@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [0.6.2] - 2016-10-20
### Changed
- Presence of `pkg-config` checked in `build.rs` script at build time.
## [0.6.1] - 2016-10-16
### Changed
- MagickWand version enforced in `build.rs` script at build time.