summaryrefslogtreecommitdiff
path: root/packages/python
diff options
context:
space:
mode:
authorRobert Schuster <thebohemian@gmx.net>2007-12-21 08:24:03 +0000
committerRobert Schuster <thebohemian@gmx.net>2007-12-21 08:24:03 +0000
commit4753dacf2ed2111b1cc7b9b5d7c877b70a60b224 (patch)
tree6b6dc7b86ee765655c6d408256a72f271bb234b4 /packages/python
parent642b1a18b2e3fbaeed7c505d29b3e1f2f5c3e5ce (diff)
parentc6150944b250086c0375b86ce819a8b9bf9d2820 (diff)
merge of 'ad0c1c90501edf142b7f2f658fe2c819ce9e0608'
and 'd8704c548ce3f4b681847003a642608d26644766'
Diffstat (limited to 'packages/python')
-rw-r--r--packages/python/python-pygtk_2.10.4.bb8
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