From: nbd 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://207.154.207.93/?a=commitdiff_plain;h=16a7edec39fd75436a803b850fef0cba9cb91164;p=packages.git boost: avoid the python build dependency if python support is disabled git-svn-id: svn://svn.openwrt.org/openwrt/packages@32633 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/boost/Makefile b/libs/boost/Makefile index d10a52062..226558e2c 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