updated gtk and gobject dependences (#2126)

This commit is contained in:
Gregory Lee 2016-10-30 11:50:36 -07:00 committed by Todd Gamblin
parent ef2c42a889
commit dbd9f1c5a1
2 changed files with 3 additions and 0 deletions

View File

@ -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)

View File

@ -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.