Fix dependencies on libpng16.

The libpng16 package has no "libpng" anymore, only a "libpng16". Adjust
dependencies of Haiku and Haikuwebkit to this.
This commit is contained in:
Adrien Destugues
2016-12-24 18:18:33 +01:00
parent d2e18d6462
commit 0f83996ab0
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -702,8 +702,8 @@ RemotePackageRepository HaikuPorts
graphite2_x86_devel-1.2.4-1
guilib_x86-1.2.1-1
guilib_x86_devel-1.2.1-1
haikuwebkit_x86-1.5.3-1
haikuwebkit_x86_devel-1.5.3-1
haikuwebkit_x86-1.5.3-2
haikuwebkit_x86_devel-1.5.3-2
harfbuzz_x86-1.3.0-1
harfbuzz_x86_devel-1.3.0-1
hubbub_x86-0.3.3-2
+1 -1
View File
@@ -90,7 +90,7 @@ requires {
lib:libjpeg
#endif
#ifdef HAIKU_BUILD_FEATURE_X86_GCC2_LIBPNG_ENABLED
lib:libpng >= 16.0
lib:libpng16 >= 16.0
#endif
lib:libqrencode
#ifdef HAIKU_BUILD_FEATURE_X86_GCC2_TIFF_ENABLED
@@ -36,7 +36,7 @@ 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% >= 16.0
lib:libpng16_%HAIKU_SECONDARY_PACKAGING_ARCH% >= 16.0
lib:libtiff_%HAIKU_SECONDARY_PACKAGING_ARCH% >= 5.2
lib:libwebp_%HAIKU_SECONDARY_PACKAGING_ARCH%
#endif