pango: add missing dependency (#1958)
This commit is contained in:
parent
907546b55e
commit
6c250ab486
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ class Pango(Package):
|
|||
depends_on("pkg-config", type="build")
|
||||
depends_on("harfbuzz")
|
||||
depends_on("cairo")
|
||||
depends_on("glib")
|
||||
|
||||
def install(self, spec, prefix):
|
||||
configure("--prefix=%s" % prefix)
|
||||
|
|
Loading…
Reference in a new issue