changeset 5380:f4c4c0338ba0

pango: build depend on tools::glib. This should fix rshann's @ENUM_PREFIX@: (Again). It seems that the --disable-rebuilds does not work or only works when fiddling with the Include path, or not doing a --srcdir build. http://lists.gnu.org/archive/html/denemo-devel/2009-07/msg00213.html
author Jan Nieuwenhuizen <janneke@gnu.org>
date Tue, 28 Jul 2009 16:09:07 +0200
parents 8eb0339e3ca4
children 5f77bd25a70e
files gub/specs/pango.py
diffstat 1 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/pango.py	Wed Jul 22 10:45:48 2009 +0200
+++ b/gub/specs/pango.py	Tue Jul 28 16:09:07 2009 +0200
@@ -15,7 +15,13 @@
     source = 'http://ftp.gnome.org/pub/GNOME/sources/pango/1.24/pango-1.24.2.tar.bz2'
     patches = ['pango-1.20-substitute-env.patch']
     def _get_build_dependencies (self):
-        return ['freetype-devel', 'fontconfig-devel', 'glib-devel', 'libtool']
+        return [
+            'tools::glib',
+            'freetype-devel',
+            'fontconfig-devel',
+            'glib-devel',
+            'libtool'
+            ]
     def get_conflict_dict (self):
         return {'': ['pangocairo', 'pangocairo-devel', 'pangocairo-doc'], 'devel': ['pangocairo', 'pangocairo-devel', 'pangocairo-doc'], 'doc': ['pangocairo', 'pangocairo-devel', 'pangocairo-doc'], 'runtime': ['pangocairo', 'pangocairo-devel', 'pangocairo-doc']}
     #FIXME: promoteme to build.py