libjpeg-turbo: make build_system settings comprehensive (#34046)

This commit is contained in:
Chris Green 2022-11-21 20:15:32 -06:00 committed by GitHub
parent 0e4ee3d352
commit f97f37550a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,7 @@ class LibjpegTurbo(CMakePackage, AutotoolsPackage):
provides("jpeg") provides("jpeg")
build_system( build_system(
conditional("autotools", when="@1.3.1:1.5.3"), conditional("autotools", when="@:1.5.3"),
conditional("cmake", when="@1.5.90:"), conditional("cmake", when="@1.5.90:"),
default="cmake", default="cmake",
) )