mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
libtorrent_rasterbar: require minimal boost version
This commit is contained in:
@@ -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
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user