fixes for pygtk and some dependencies (#3077)

This commit is contained in:
Gregory Lee
2017-02-14 10:52:05 -08:00
committed by Todd Gamblin
parent 56952aaf1f
commit 4a20d170f4
6 changed files with 75 additions and 8 deletions

View File

@@ -42,6 +42,7 @@ class Gtkplus(AutotoolsPackage):
depends_on("pango")
depends_on("pango~X", when='~X')
depends_on("pango+X", when='+X')
depends_on('gobject-introspection', when='+X')
def patch(self):
# remove disable deprecated flag.