Declare fontconfig dependency on pkg-config (#1686)
This commit is contained in:

committed by
Todd Gamblin

parent
3d3d65f3f7
commit
ff7c0335ff
@@ -34,6 +34,7 @@ class Fontconfig(Package):
|
|||||||
|
|
||||||
depends_on('freetype')
|
depends_on('freetype')
|
||||||
depends_on('libxml2')
|
depends_on('libxml2')
|
||||||
|
depends_on('pkg-config', type='build')
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
configure("--prefix=%s" % prefix,
|
configure("--prefix=%s" % prefix,
|
||||||
|
Reference in New Issue
Block a user