Merge pull request #127862 from est31/kimageformats-avif
kimageformats: enable AVIF support
This commit is contained in:
commit
b1662abccc
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
mkDerivation, lib,
|
||||
extra-cmake-modules,
|
||||
ilmbase, karchive, openexr, qtbase
|
||||
ilmbase, karchive, openexr, libavif, qtbase
|
||||
}:
|
||||
|
||||
let inherit (lib) getDev; in
|
||||
|
@ -9,7 +9,7 @@ let inherit (lib) getDev; in
|
|||
mkDerivation {
|
||||
name = "kimageformats";
|
||||
nativeBuildInputs = [ extra-cmake-modules ];
|
||||
buildInputs = [ karchive openexr qtbase ];
|
||||
buildInputs = [ karchive openexr libavif qtbase ];
|
||||
outputs = [ "out" ]; # plugins only
|
||||
CXXFLAGS = "-I${getDev ilmbase}/include/OpenEXR";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue