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
This commit is contained in:
nbd 2012-07-06 09:23:06 +00:00
parent 6decbb6b5b
commit 16a7edec39

View File

@ -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