[ci-workers] Add pkg-config to general dependencies

This commit is contained in:
Jack Grigg 2017-12-01 12:25:19 +00:00
parent 574750005f
commit 50eaefed4c
No known key found for this signature in database
GPG Key ID: 665DBCD284F7DAFF
3 changed files with 1 additions and 3 deletions

View File

@ -3,5 +3,4 @@ build_deps:
- build-essential # Depends on g++, libc6-dev, make
- cmake
dist_deps:
- pkg-config # Required until b556beda264308e040f8d88aca4f2f386a0183d9 is pulled in
- python-dev

View File

@ -2,5 +2,3 @@
build_deps:
- build-essential # Depends on g++, libc6-dev, make
- cmake
dist_deps:
- pkg-config # Required until b556beda264308e040f8d88aca4f2f386a0183d9 is pulled in

View File

@ -16,6 +16,7 @@ conf_deps:
- autoconf
- automake
- m4
- pkg-config
# Dependencies required to compile Zcash
build_deps: