From: Felix Fietkau Date: Fri, 2 Jan 2009 02:51:00 +0000 (+0000) Subject: use the fixed up conditional dependencies to get rid of unnecessary build dependencie... X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=437596f3303a43266f3a7b135d54bd5e7469bf3b;p=openwrt%2Fsvn-archive%2Fpackages.git use the fixed up conditional dependencies to get rid of unnecessary build dependencies in hippo-canvas SVN-Revision: 13815 --- diff --git a/Xorg/lib/hippo-canvas/Makefile b/Xorg/lib/hippo-canvas/Makefile index 7d9916b67..fb031636e 100644 --- a/Xorg/lib/hippo-canvas/Makefile +++ b/Xorg/lib/hippo-canvas/Makefile @@ -48,7 +48,7 @@ define Package/python-hippo-canvas SUBMENU:=Python TITLE:=Python bindings for hippo canvas URL:=http://developer.mugshot.org/wiki/Hippo_Canvas - DEPENDS:=python-core +python-gtk +pycairo +hippo-canvas + DEPENDS:=python-core +PACKAGE_python-hippo-canvas:python-gtk +PACKAGE_python-hippo-canvas:pycairo +hippo-canvas endef define Build/Configure