Skip to content
Snippets Groups Projects
Commit 6c250ab4 authored by Denis Davydov's avatar Denis Davydov Committed by Todd Gamblin
Browse files

pango: add missing dependency (#1958)

parent 907546b5
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment