mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: openimageio: Add optional dependencies.
* gnu/packages/graphics.scm (openimageio)[inputs]: Add dcmtk, freetype, libglvnd, libraw, libwebp, opencolorio, openjpeg. Change-Id: I19ac4119783744a37aee0b55d4b49dcf02b55762
This commit is contained in:
parent
5bcca03e14
commit
dc423fe797
1 changed files with 8 additions and 0 deletions
|
@ -1345,14 +1345,22 @@ (define-public openimageio
|
|||
(list pkg-config))
|
||||
(inputs
|
||||
(list boost
|
||||
dcmtk
|
||||
fmt
|
||||
freetype
|
||||
giflib
|
||||
imath
|
||||
libglvnd
|
||||
libheif
|
||||
libjpeg-turbo
|
||||
libpng
|
||||
libraw
|
||||
libtiff
|
||||
libwebp
|
||||
opencolorio
|
||||
openexr
|
||||
openjpeg
|
||||
;; openvdb ; OpenVDB needs OIIO to be built with C++17 or higher
|
||||
pugixml
|
||||
pybind11
|
||||
python-wrapper
|
||||
|
|
Loading…
Reference in a new issue