gnu: exiv2: Enable BMFF support.
* gnu/packages/image.scm (exiv2)[arguments]<configure-flags>: Enable BMFF.
This commit is contained in:
parent
34755d912e
commit
3cc7638258
1 changed files with 4 additions and 1 deletions
|
@ -1361,7 +1361,10 @@ (define-public exiv2
|
|||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
'(#:test-target "tests"
|
||||
#:configure-flags (list "-DEXIV2_BUILD_UNIT_TESTS=ON")
|
||||
#:configure-flags (list "-DEXIV2_BUILD_UNIT_TESTS=ON"
|
||||
;; darktable needs BMFF to support
|
||||
;; CR3 files.
|
||||
"-DEXIV2_ENABLE_BMFF=ON")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'install 'delete-static-libraries
|
||||
|
|
Loading…
Reference in a new issue