mirror of
https://github.com/gryf/debian-pkgs.git
synced 2026-02-24 18:25:45 +01:00
Added libxpm to deps from wmamixer
This commit is contained in:
@@ -2,10 +2,12 @@
|
|||||||
|
|
||||||
rm -fr _wmamixer wmamixer wmamixer-0.1 wmamixer-0.1.deb
|
rm -fr _wmamixer wmamixer wmamixer-0.1 wmamixer-0.1.deb
|
||||||
|
|
||||||
dpkg -l |grep -q libasound2-dev
|
for i in libxpm-dev libasound2-dev; do
|
||||||
if [ $? != 0 ]; then
|
dpkg -l |grep -q $i
|
||||||
apt-get -y install libasound2-dev
|
if [ $? != 0 ]; then
|
||||||
fi
|
apt-get -y install $i
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
|
||||||
JOBS=-j$(($(nproc) + 1))
|
JOBS=-j$(($(nproc) + 1))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user