linux: elfutils & Python required for perf only

This commit is contained in:
Stefan Saraev 2013-09-04 20:45:55 +03:00
parent 39dd27ac2d
commit 2365cd1bae

View File

@ -53,7 +53,7 @@ PKG_IS_ADDON="no"
PKG_AUTORECONF="no"
if [ "$DEVTOOLS" = "yes" ]; then
if [ "$PERF_SUPPORT" = "yes" -a "$DEVTOOLS" = "yes" ]; then
PKG_DEPENDS="$PKG_DEPENDS Python"
PKG_BUILD_DEPENDS="$PKG_BUILD_DEPENDS elfutils Python"
fi