mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
alsa-utils:
- dont build and install alsa-mixer - cleanups
This commit is contained in:
parent
db8e40ff1e
commit
7f02d996c1
@ -4,10 +4,6 @@
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build alsa-lib
|
||||
$SCRIPTS/build ncurses
|
||||
|
||||
export CPPFLAGS="$CPPFLAGS -I$SYSROOT_PREFIX/usr/include/ncurses"
|
||||
export LDFLAGS="$LDFLAGS -L$SYSROOT_PREFIX/usr/lib -L$SYSROOT_PREFIX/usr/lib64 -L$LIB_PREFIX/lib"
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
@ -17,14 +13,13 @@ cd $PKG_BUILD
|
||||
--localstatedir=/var \
|
||||
--disable-dependency-tracking \
|
||||
--disable-xmlto \
|
||||
--enable-alsamixer \
|
||||
--disable-alsamixer \
|
||||
--enable-alsatest \
|
||||
--disable-nls
|
||||
|
||||
make -C amixer
|
||||
make -C alsactl
|
||||
|
||||
make -C alsamixer
|
||||
make -C aplay
|
||||
make -C iecset
|
||||
make -C speaker-test
|
||||
|
@ -3,7 +3,6 @@
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/install alsa-lib
|
||||
[ "$DEVTOOLS" = yes ] && $SCRIPTS/install ncurses
|
||||
|
||||
PKG_DIR=`find $PACKAGES -type d -name $1`
|
||||
|
||||
@ -23,8 +22,5 @@ mkdir -p $INSTALL/usr/share/alsa/init
|
||||
|
||||
if [ "$DEVTOOLS" = yes ]; then
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp $PKG_BUILD/alsamixer/alsamixer $INSTALL/usr/bin
|
||||
cp $PKG_BUILD/aplay/aplay $INSTALL/usr/bin
|
||||
fi
|
||||
|
||||
exit 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user