Remove libpng-dev dependency from WebP (#752)

It's unnecessary as we disable PNG support via ./configure anyway.

Co-authored-by: Surma <surma@surma.dev>
This commit is contained in:
Ingvar Stepanyan
2020-05-05 13:23:12 +01:00
committed by GitHub
parent d3252bb1bb
commit bc8d75128f
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ export LDFLAGS="${OPTIMIZE}"
export CFLAGS="${OPTIMIZE}"
export CPPFLAGS="${OPTIMIZE}"
apt-get update
apt-get install -qqy autoconf libtool libpng-dev pkg-config
apt-get install -qqy autoconf libtool pkg-config
echo "============================================="
echo "Compiling libwebp"

View File

@ -8,7 +8,7 @@ export CFLAGS="${OPTIMIZE}"
export CPPFLAGS="${OPTIMIZE}"
apt-get update
apt-get install -qqy autoconf libtool libpng-dev pkg-config
apt-get install -qqy autoconf libtool pkg-config
echo "============================================="
echo "Compiling libwebp"