Remove version constraints for ICU

These are populated with the correct version automatically when building
the package, so there's no need for an explicit setting. This had
already been cleaned up for the other packages, but not yet for
haiku_secondary

Change-Id: I5bcc94fb80f639610899ec31fc77a6e678ca9e80
This commit is contained in:
PulkoMandy 2023-05-28 17:01:17 +02:00
parent 80cb3bc23e
commit 7da4ade74b

View File

@ -24,10 +24,10 @@ provides {
requires {
lib:libfreetype_%HAIKU_SECONDARY_PACKAGING_ARCH%
lib:libgcc_s_%HAIKU_SECONDARY_PACKAGING_ARCH%
lib:libicudata_%HAIKU_SECONDARY_PACKAGING_ARCH% >= 66
lib:libicui18n_%HAIKU_SECONDARY_PACKAGING_ARCH% >= 66
lib:libicuio_%HAIKU_SECONDARY_PACKAGING_ARCH% >= 66
lib:libicuuc_%HAIKU_SECONDARY_PACKAGING_ARCH% >= 66
lib:libicudata_%HAIKU_SECONDARY_PACKAGING_ARCH%
lib:libicui18n_%HAIKU_SECONDARY_PACKAGING_ARCH%
lib:libicuio_%HAIKU_SECONDARY_PACKAGING_ARCH%
lib:libicuuc_%HAIKU_SECONDARY_PACKAGING_ARCH%
#ifdef HAIKU_REGULAR_BUILD
lib:libicns_%HAIKU_SECONDARY_PACKAGING_ARCH%
lib:libjasper_%HAIKU_SECONDARY_PACKAGING_ARCH%