gnu: exiv2: Enable BMFF support.

* gnu/packages/image.scm (exiv2)[arguments]<configure-flags>: Enable BMFF.
This commit is contained in:
Lars-Dominik Braun 2022-02-16 10:44:10 +01:00
parent 34755d912e
commit 3cc7638258
No known key found for this signature in database
GPG key ID: F663943E08D8092A

View file

@ -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