From a576ae9c2a78e3431192f41f22f8d26729848827 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 6 Jul 2012 09:23:06 +0000 Subject: [PATCH] boost: avoid the python build dependency if python support is disabled SVN-Revision: 32633 --- libs/boost/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2