Skip to content

Commit

Permalink
Switch to tiff4 as system dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
korli committed Oct 18, 2015
1 parent 0932b93 commit d43720a
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ AddHaikuImagePackages [ FFilterByBuildFeatures
mesa mesa_devel mesa_swrast
netcat
sed sharutils
tar tcpdump tiff unzip wget which zip
tar tcpdump unzip wget which zip
}@
] ;
if $(HAIKU_PACKAGING_ARCHS[1]) != x86_gcc2 {
Expand Down
8 changes: 4 additions & 4 deletions build/jam/BuildFeatures
Original file line number Diff line number Diff line change
Expand Up @@ -504,13 +504,13 @@ if [ IsPackageAvailable qrencode_kdl_devel ] {


# tiff
if [ IsPackageAvailable tiff_devel ] {
if [ IsPackageAvailable tiff4_devel ] {
ExtractBuildFeatureArchives tiff :
file: base tiff
file: base tiff4
runtime: lib
file: devel tiff_devel
file: devel tiff4_devel
depends: base
library: $(developLibDir)/libtiff.so.3
library: $(developLibDir)/libtiff.so.5
headers: $(developHeadersDir) $(developHeadersDir)/tiff
;

Expand Down
2 changes: 1 addition & 1 deletion src/data/package_infos/x86/haiku
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ requires {
lib:libjpeg
lib:libpng >= 16.0
lib:libqrencode
lib:libtiff
lib:libtiff >= 5.2
lib:libwebp
#endif
lib:libsolv
Expand Down
4 changes: 2 additions & 2 deletions src/data/package_infos/x86/haiku_secondary
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ requires {
lib:libicns_%HAIKU_SECONDARY_PACKAGING_ARCH%
lib:libjasper_%HAIKU_SECONDARY_PACKAGING_ARCH%
lib:libjpeg_%HAIKU_SECONDARY_PACKAGING_ARCH%
lib:libpng_%HAIKU_SECONDARY_PACKAGING_ARCH%
lib:libtiff_%HAIKU_SECONDARY_PACKAGING_ARCH%
lib:libpng_%HAIKU_SECONDARY_PACKAGING_ARCH% >= 16.0
lib:libtiff_%HAIKU_SECONDARY_PACKAGING_ARCH% >= 5.2
lib:libwebp_%HAIKU_SECONDARY_PACKAGING_ARCH%
#endif
lib:libsolv_%HAIKU_SECONDARY_PACKAGING_ARCH%
Expand Down
2 changes: 1 addition & 1 deletion src/data/package_infos/x86_64/haiku
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ requires {
lib:libjpeg
lib:libpng >= 16.0
lib:libqrencode
lib:libtiff
lib:libtiff >= 5.2
lib:libwebp
#endif
lib:libsolv
Expand Down
2 changes: 1 addition & 1 deletion src/data/package_infos/x86_gcc2/haiku
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ requires {
lib:libjpeg
lib:libpng >= 16.0
lib:libqrencode
lib:libtiff
lib:libtiff >= 5.2
lib:libwebp
#endif
lib:libsolv
Expand Down
4 changes: 2 additions & 2 deletions src/data/package_infos/x86_gcc2/haiku_secondary
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ requires {
lib:libicns_%HAIKU_SECONDARY_PACKAGING_ARCH%
lib:libjasper_%HAIKU_SECONDARY_PACKAGING_ARCH%
lib:libjpeg_%HAIKU_SECONDARY_PACKAGING_ARCH%
lib:libpng_%HAIKU_SECONDARY_PACKAGING_ARCH%
lib:libtiff_%HAIKU_SECONDARY_PACKAGING_ARCH%
lib:libpng_%HAIKU_SECONDARY_PACKAGING_ARCH% >= 16.0
lib:libtiff_%HAIKU_SECONDARY_PACKAGING_ARCH% >= 5.2
lib:libwebp_%HAIKU_SECONDARY_PACKAGING_ARCH%
#endif
lib:libsolv_%HAIKU_SECONDARY_PACKAGING_ARCH%
Expand Down

0 comments on commit d43720a

Please sign in to comment.