plasma5Packages.kimageformats: enable JPEG XL

This commit is contained in:
Christoph Cullmann
2023-02-04 20:42:28 +01:00
parent 0c9c1b8fa7
commit 717b60a43c
@@ -1,7 +1,7 @@
{
mkDerivation, lib,
extra-cmake-modules,
ilmbase, karchive, openexr, libavif, libheif, qtbase
ilmbase, karchive, openexr, libavif, libheif, libjxl, qtbase
}:
let inherit (lib) getDev; in
@@ -10,7 +10,7 @@ mkDerivation {
pname = "kimageformats";
nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [ karchive openexr libavif libheif qtbase ];
buildInputs = [ karchive openexr libavif libheif libjxl qtbase ];
outputs = [ "out" ]; # plugins only
CXXFLAGS = "-I${getDev ilmbase}/include/OpenEXR";
cmakeFlags = [