boost: avoid the python build dependency if python support is disabled
authorFelix Fietkau <nbd@openwrt.org>
Fri, 6 Jul 2012 09:23:06 +0000 (09:23 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Fri, 6 Jul 2012 09:23:06 +0000 (09:23 +0000)
SVN-Revision: 32633

libs/boost/Makefile

index d10a5206229953c6cf9bbd530c54563d3146c7ee..226558e2c517074ddcdeee4eb722ae13ceb90c5c 100644 (file)
@@ -116,7 +116,7 @@ endef
 define Package/boost-python
   $(call Package/boost/Default)
   TITLE+= (python)
 define Package/boost-python
   $(call Package/boost/Default)
   TITLE+= (python)
-  DEPENDS+= +python
+  DEPENDS+= +PACKAGE_boost-python:python
 endef
 
 define Package/boost-random
 endef
 
 define Package/boost-random