mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: libjpeg-turbo: Build with cmake-minimal.
* gnu/packages/image.scm (libjpeg-turbo)[arguments]: Remove #:cmake.
This commit is contained in:
parent
9dfd2ad73b
commit
02f7c56ec4
1 changed files with 1 additions and 6 deletions
|
@ -1693,12 +1693,7 @@ (define-public libjpeg-turbo
|
|||
((string-prefix? "riscv64" target)
|
||||
`("-DCMAKE_SYSTEM_PROCESSOR=riscv64"))
|
||||
(else '()))
|
||||
'())))
|
||||
,@(if (%current-target-system)
|
||||
'()
|
||||
;; Use a special "bootstrap" CMake for the native build to work
|
||||
;; around a circular dependency between CMake and this package.
|
||||
`(#:cmake ,cmake-bootstrap))))
|
||||
'())))))
|
||||
(home-page "https://libjpeg-turbo.org/")
|
||||
(synopsis "SIMD-accelerated JPEG image handling library")
|
||||
(description "libjpeg-turbo is a JPEG image codec that accelerates baseline
|
||||
|
|
Loading…
Reference in a new issue