treewide: Make explicit that 'dev' output of libtiff is used
This commit is contained in:
committed by
Vladimír Čunát
parent
d7071caba5
commit
ad1a47061e
@@ -30,7 +30,7 @@ composableDerivation.composableDerivation {} (fixed: rec {
|
||||
|
||||
configureFlags = [
|
||||
"--with-jpeg=${libjpeg.dev}"
|
||||
"--with-libtiff=${libtiff}" # optional (without largetiff support)
|
||||
"--with-libtiff=${libtiff.dev}" # optional (without largetiff support)
|
||||
"--with-libpng=${libpng.dev}" # optional
|
||||
"--with-libz=${zlib}" # optional
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ composableDerivation.composableDerivation {} (fixed: rec {
|
||||
|
||||
configureFlags = [
|
||||
"--with-jpeg=${libjpeg.dev}"
|
||||
"--with-libtiff=${libtiff}" # optional (without largetiff support)
|
||||
"--with-libtiff=${libtiff.dev}" # optional (without largetiff support)
|
||||
"--with-libpng=${libpng.dev}" # optional
|
||||
"--with-libz=${zlib}" # optional
|
||||
|
||||
|
||||
Reference in New Issue
Block a user