libjpeg-turbo: make build_system settings comprehensive (#34046)
This commit is contained in:
parent
0e4ee3d352
commit
f97f37550a
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ class LibjpegTurbo(CMakePackage, AutotoolsPackage):
|
|||
provides("jpeg")
|
||||
|
||||
build_system(
|
||||
conditional("autotools", when="@1.3.1:1.5.3"),
|
||||
conditional("autotools", when="@:1.5.3"),
|
||||
conditional("cmake", when="@1.5.90:"),
|
||||
default="cmake",
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue