diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-12-20 22:12:12 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-12-20 22:12:12 +0000 |
commit | c6150944b250086c0375b86ce819a8b9bf9d2820 (patch) | |
tree | 045f5632fe15e0d3ffe3057993a3eedbbb10028f /packages/python | |
parent | ffce2eacb62f33a616e3f69c25eff2bb313217ee (diff) | |
parent | 7b2f0f5182290ebfe022a12d5fc1b34f9fbc000c (diff) |
merge of '848e56fa546fe4f9defbbca37a6baee4fab0c6fc'
and 'b0214fe2d462308558a4fdd18ac2097bc53e51b2'
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 |