goto 3: prepare migration to python 3 and openssl 3

Requires pkgconf instead of pkg-config. Not tested further because
pkgconf build is currently broken.
This commit is contained in:
PulkoMandy
2024-08-24 16:19:16 +02:00
parent 9856bf188f
commit b77d7f4873

View File

@@ -45,7 +45,7 @@ REQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libcrypto$secondaryArchSuffix
devel:libcrypto$secondaryArchSuffix >= 3
devel:libenet$secondaryArchSuffix
devel:libfreetype$secondaryArchSuffix
devel:libGL$secondaryArchSuffix
@@ -57,7 +57,7 @@ BUILD_REQUIRES="
devel:libopusfile$secondaryArchSuffix
devel:libpcre2_32$secondaryArchSuffix
devel:libpng16$secondaryArchSuffix
devel:libssl$secondaryArchSuffix
devel:libssl$secondaryArchSuffix >= 3
devel:libspeex$secondaryArchSuffix
devel:libtheora$secondaryArchSuffix
devel:libvorbis$secondaryArchSuffix
@@ -67,8 +67,8 @@ BUILD_REQUIRES="
"
BUILD_PREREQUIRES="
cmd:gcc$secondaryArchSuffix
cmd:pkg_config$secondaryArchSuffix
cmd:python
cmd:pkgconf$secondaryArchSuffix
cmd:python3
cmd:scons
cmd:yasm
"