linux: perf: build without slang (no tui mode)

This commit is contained in:
Stefan Saraev 2013-07-04 19:36:44 +03:00
parent 6accedbdb5
commit 7aaa04d53a
2 changed files with 2 additions and 1 deletions

View File

@ -70,6 +70,7 @@ if [ "$PERF_SUPPORT" = "yes" -a "$DEVTOOLS" = "yes" ]; then
NO_LIBPYTHON=false \
PYTHON=$SYSROOT_PREFIX/usr/bin/python \
WERROR=0 \
NO_SLANG=1 \
)
fi

View File

@ -55,5 +55,5 @@ PKG_AUTORECONF="no"
if [ "$DEVTOOLS" = "yes" ]; then
PKG_DEPENDS="$PKG_DEPENDS Python"
PKG_BUILD_DEPENDS="$PKG_BUILD_DEPENDS slang elfutils Python"
PKG_BUILD_DEPENDS="$PKG_BUILD_DEPENDS elfutils Python"
fi