Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv into openelec-systemd

This commit is contained in:
Stephan Raue 2013-09-05 00:16:05 +02:00
commit 0f9f5cd048

View File

@ -57,7 +57,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