added pkg-config to build deps of cairo and pixman
This commit is contained in:
parent
54ef9443d3
commit
f182590aae
2 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,7 @@ class Cairo(Package):
|
||||||
depends_on("glib")
|
depends_on("glib")
|
||||||
depends_on("pixman")
|
depends_on("pixman")
|
||||||
depends_on("freetype")
|
depends_on("freetype")
|
||||||
|
depends_on("pkg-config", type="build")
|
||||||
depends_on("fontconfig@2.10.91:") # Require newer version of fontconfig.
|
depends_on("fontconfig@2.10.91:") # Require newer version of fontconfig.
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
|
|
|
@ -34,6 +34,7 @@ class Pixman(Package):
|
||||||
|
|
||||||
version('0.32.6', '3a30859719a41bd0f5cccffbfefdd4c2')
|
version('0.32.6', '3a30859719a41bd0f5cccffbfefdd4c2')
|
||||||
|
|
||||||
|
depends_on("pkg-config", type="build")
|
||||||
depends_on("libpng")
|
depends_on("libpng")
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
|
|
Loading…
Reference in a new issue