diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-12-20 17:09:23 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-12-20 17:09:23 +0000 |
commit | d8ae3350e9da832950fc5f8566f6635e10262d60 (patch) | |
tree | 9c42a27941c07a6fd8d7b35a5e6e21f89034d7f3 /packages/python | |
parent | f8bf8412979ba44c3a86b87dacfcc429d4327ece (diff) |
python-pygtk 2.10.4 add missing dependency to python-pygobject
(again, it _really_ needs it at build time as well). closes #3450
Diffstat (limited to 'packages/python')
-rw-r--r-- | packages/python/python-pygtk_2.10.4.bb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/packages/python/python-pygtk_2.10.4.bb b/packages/python/python-pygtk_2.10.4.bb index 9b4a034ffa..1af2093556 100644 --- a/packages/python/python-pygtk_2.10.4.bb +++ b/packages/python/python-pygtk_2.10.4.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Python GTK+ 2.10.x Bindings" SECTION = "devel/python" # needs gtk+ 2.10.x -DEPENDS = "gtk+ libglade python-pycairo" +DEPENDS = "gtk+ libglade python-pycairo python-pygobject" RDEPENDS = "python-shell python-pycairo python-pygobject" PROVIDES = "python-pygtk2" SRCNAME = "pygtk" @@ -13,8 +13,10 @@ SRC_URI = "ftp://ftp.gnome.org/pub/gnome/sources/pygtk/2.10/${SRCNAME}-${PV}.tar file://acinclude.m4" S = "${WORKDIR}/${SRCNAME}-${PV}" -EXTRA_OECONF = "--disable-docs" -EXTRA_OECONF += "--with-python-includes=${STAGING_INCDIR}/../" +EXTRA_OECONF = "\ + --disable-docs \ + --with-python-includes=${STAGING_INCDIR}/../ \ +" inherit autotools pkgconfig distutils-base |