BuildFeatures: Updates for libtiff >= 6.0.

This commit is contained in:
Augustin Cavalier
2024-08-09 22:49:51 -04:00
parent a79f10b8d1
commit 101769a583
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -525,13 +525,13 @@ if [ IsPackageAvailable qrencode_kdl_devel ] {
# tiff # tiff
if [ IsPackageAvailable tiff4_devel ] { if [ IsPackageAvailable tiff_devel ] {
ExtractBuildFeatureArchives tiff : ExtractBuildFeatureArchives tiff :
file: base tiff4 file: base tiff
runtime: lib runtime: lib
file: devel tiff4_devel file: devel tiff_devel
depends: base depends: base
library: $(developLibDir)/libtiff.so.5 library: $(developLibDir)/libtiff.so.6
headers: $(developHeadersDir) $(developHeadersDir)/tiff headers: $(developHeadersDir) $(developHeadersDir)/tiff
; ;
@@ -41,7 +41,7 @@ requires {
lib:libavif lib:libavif
#endif #endif
#ifdef HAIKU_BUILD_FEATURE_%HAIKU_PACKAGING_ARCH%_tiff_ENABLED #ifdef HAIKU_BUILD_FEATURE_%HAIKU_PACKAGING_ARCH%_tiff_ENABLED
lib:libtiff >= 5.6 lib:libtiff
#endif #endif
#ifdef HAIKU_BUILD_FEATURE_%HAIKU_PACKAGING_ARCH%_libwebp_ENABLED #ifdef HAIKU_BUILD_FEATURE_%HAIKU_PACKAGING_ARCH%_libwebp_ENABLED
lib:libwebp lib:libwebp