Merge pull request #215135 from jopejoe1/kimageformats
plasma5Packages.kimageformats: enable RAW image support
This commit is contained in:
commit
d97a85d82e
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
mkDerivation, lib,
|
||||
extra-cmake-modules,
|
||||
ilmbase, karchive, openexr, libavif, libheif, libjxl, qtbase
|
||||
ilmbase, karchive, openexr, libavif, libheif, libjxl, libraw, qtbase
|
||||
}:
|
||||
|
||||
let inherit (lib) getDev; in
|
||||
|
@ -10,7 +10,7 @@ mkDerivation {
|
|||
pname = "kimageformats";
|
||||
|
||||
nativeBuildInputs = [ extra-cmake-modules ];
|
||||
buildInputs = [ karchive openexr libavif libheif libjxl qtbase ];
|
||||
buildInputs = [ karchive openexr libavif libheif libjxl libraw qtbase ];
|
||||
outputs = [ "out" ]; # plugins only
|
||||
CXXFLAGS = "-I${getDev ilmbase}/include/OpenEXR";
|
||||
cmakeFlags = [
|
||||
|
|
Loading…
Reference in a new issue