vips: build PNG support using libspng instead of libpng

This has better performance and is the upstream libvips preferred option.
This commit is contained in:
adisbladis
2023-07-12 20:07:19 +12:00
parent 1ac0d12079
commit e5aa87f731
+2 -3
View File
@@ -22,7 +22,7 @@
, libtiff
, fftw
, lcms2
, libpng
, libspng
, libimagequant
, imagemagick
, pango
@@ -79,7 +79,7 @@ stdenv.mkDerivation rec {
libtiff
fftw
lcms2
libpng
libspng
libimagequant
imagemagick
pango
@@ -101,7 +101,6 @@ stdenv.mkDerivation rec {
mesonFlags = [
"-Dcgif=disabled"
"-Dspng=disabled"
"-Dpdfium=disabled"
"-Dnifti=disabled"
] ++ lib.optionals (!stdenv.isDarwin) [