libtorrent_rasterbar: require minimal boost version

This commit is contained in:
Sergei Reznikov
2017-12-19 10:54:49 +03:00
parent 9185a0ed1e
commit cf785c1e78

View File

@@ -46,9 +46,9 @@ REQUIRES_devel="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libboost_chrono$secondaryArchSuffix
devel:libboost_random$secondaryArchSuffix
devel:libboost_system$secondaryArchSuffix
devel:libboost_chrono$secondaryArchSuffix >= 1.63.0
devel:libboost_random$secondaryArchSuffix >= 1.63.0
devel:libboost_system$secondaryArchSuffix >= 1.63.0
devel:libiconv$secondaryArchSuffix
devel:libssl$secondaryArchSuffix >= 1.0.0
"