Skip to content
Snippets Groups Projects
Commit dbd9f1c5 authored by Gregory L. Lee's avatar Gregory L. Lee Committed by Todd Gamblin
Browse files

updated gtk and gobject dependences (#2126)

parent ef2c42a8
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,8 @@ class GobjectIntrospection(Package):
depends_on("glib@2.48.1")
depends_on("python")
depends_on("cairo")
depends_on("bison", type="build")
depends_on("flex", type="build")
def install(self, spec, prefix):
configure("--prefix=%s" % prefix)
......
......@@ -37,6 +37,7 @@ class Gtkplus(Package):
depends_on("atk")
depends_on("gdk-pixbuf")
depends_on("pango")
depends_on("glib")
def patch(self):
# remove disable deprecated flag.
......
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