From: Felix Fietkau Date: Fri, 6 Jul 2012 09:23:06 +0000 (+0000) Subject: boost: avoid the python build dependency if python support is disabled X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=a576ae9c2a78e3431192f41f22f8d26729848827 boost: avoid the python build dependency if python support is disabled SVN-Revision: 32633 --- diff --git a/libs/boost/Makefile b/libs/boost/Makefile index d10a520622..226558e2c5 100644 --- a/libs/boost/Makefile +++ b/libs/boost/Makefile @@ -116,7 +116,7 @@ endef define Package/boost-python $(call Package/boost/Default) TITLE+= (python) - DEPENDS+= +python + DEPENDS+= +PACKAGE_boost-python:python endef define Package/boost-random