Variable overrides for Debian, Ubuntu and Fedora

This commit is contained in:
Jack Grigg 2017-07-04 17:47:11 -07:00
parent 6db418c982
commit 6f4a1721f2
No known key found for this signature in database
GPG Key ID: 665DBCD284F7DAFF
3 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,6 @@
---
build_deps:
- build-essential # Depends on g++, libc6-dev, make
dist_deps:
- pkg-config # Required until b556beda264308e040f8d88aca4f2f386a0183d9 is pulled in
- python-dev

View File

@ -0,0 +1,10 @@
---
build_deps:
- gcc
- gcc-c++
- make
- patch
dist_deps:
- pkgconfig # Required until b556beda264308e040f8d88aca4f2f386a0183d9 is pulled in
- python-devel
- redhat-rpm-config

View File

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