Skip to content

Commit

Permalink
Declare fontconfig dependency on pkg-config (#1686)
Browse files Browse the repository at this point in the history
  • Loading branch information
eschnett authored and tgamblin committed Sep 8, 2016
1 parent 3d3d65f commit ff7c033
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions var/spack/repos/builtin/packages/fontconfig/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class Fontconfig(Package):

depends_on('freetype')
depends_on('libxml2')
depends_on('pkg-config', type='build')

def install(self, spec, prefix):
configure("--prefix=%s" % prefix,
Expand Down

0 comments on commit ff7c033

Please sign in to comment.