treewide: Make explicit that 'dev' output of libpng is used

This commit is contained in:
Tuomas Tynkkynen
2016-05-19 10:00:44 +02:00
committed by Vladimír Čunát
parent 603dcd6263
commit 309b2644ac
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ composableDerivation.composableDerivation {} (fixed: rec {
configureFlags = [
"--with-jpeg=${libjpeg.dev}"
"--with-libtiff=${libtiff}" # optional (without largetiff support)
"--with-libpng=${libpng}" # optional
"--with-libpng=${libpng.dev}" # optional
"--with-libz=${zlib}" # optional
"--with-pg=${postgresql}/bin/pg_config"
@@ -26,7 +26,7 @@ composableDerivation.composableDerivation {} (fixed: rec {
configureFlags = [
"--with-jpeg=${libjpeg.dev}"
"--with-libtiff=${libtiff}" # optional (without largetiff support)
"--with-libpng=${libpng}" # optional
"--with-libpng=${libpng.dev}" # optional
"--with-libz=${zlib}" # optional
"--with-pg=${postgresql}/bin/pg_config"