mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
linux: perf depends on elfutils and Python
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
c2333ca728
commit
9621472958
@ -77,11 +77,12 @@ if [ "$DEVTOOLS" = yes ]; then
|
||||
export LDFLAGS="$LDFLAGS -L$SYSROOT_PREFIX/lib -L$SYSROOT_PREFIX/usr/lib"
|
||||
|
||||
make CROSS_COMPILE="$TARGET_PREFIX" \
|
||||
ARCH="$TARGET_ARCH" \
|
||||
V=1 \
|
||||
DEBUG=false \
|
||||
NLS=false \
|
||||
NO_GTK2=true \
|
||||
NO_LIBELF=true \
|
||||
NO_LIBELF=false \
|
||||
NO_LIBPERL=true \
|
||||
NO_LIBPYTHON=false \
|
||||
PYTHON=$SYSROOT_PREFIX/usr/bin/python \
|
||||
|
@ -46,6 +46,6 @@ if [ "$LINUX" = "ti-omap4" ]; then
|
||||
fi
|
||||
|
||||
if [ "$DEVTOOLS" = "yes" ]; then
|
||||
PKG_DEPENDS="$PKG_DEPENDS newt"
|
||||
PKG_BUILD_DEPENDS="$PKG_BUILD_DEPENDS newt"
|
||||
PKG_DEPENDS="$PKG_DEPENDS newt elfutils Python"
|
||||
PKG_BUILD_DEPENDS="$PKG_BUILD_DEPENDS newt elfutils Python"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user