From dbd9f1c5a187d445cf92545c1ed46711ba1a4f59 Mon Sep 17 00:00:00 2001 From: Gregory Lee Date: Sun, 30 Oct 2016 11:50:36 -0700 Subject: updated gtk and gobject dependences (#2126) --- var/spack/repos/builtin/packages/gobject-introspection/package.py | 2 ++ var/spack/repos/builtin/packages/gtkplus/package.py | 1 + 2 files changed, 3 insertions(+) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/gobject-introspection/package.py b/var/spack/repos/builtin/packages/gobject-introspection/package.py index 02ec87826d..952ec21661 100644 --- a/var/spack/repos/builtin/packages/gobject-introspection/package.py +++ b/var/spack/repos/builtin/packages/gobject-introspection/package.py @@ -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) diff --git a/var/spack/repos/builtin/packages/gtkplus/package.py b/var/spack/repos/builtin/packages/gtkplus/package.py index c85bbe4094..183662dd0e 100644 --- a/var/spack/repos/builtin/packages/gtkplus/package.py +++ b/var/spack/repos/builtin/packages/gtkplus/package.py @@ -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. -- cgit v1.2.3-70-g09d2