use the fixed up conditional dependencies to get rid of unnecessary build dependencie...
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 2 Jan 2009 02:51:00 +0000 (02:51 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 2 Jan 2009 02:51:00 +0000 (02:51 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@13815 3c298f89-4303-0410-b956-a3cf2f4a3e73

Xorg/lib/hippo-canvas/Makefile

index 7d9916b..fb03163 100644 (file)
@@ -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