kdePackages.kimageformats: explicitly add libavif dependencies
These should be propagated, but it's too late in the cycle to change that.
This commit is contained in:
parent
bb292ebc85
commit
c3943851a1
@ -4,6 +4,9 @@
|
||||
libheif,
|
||||
libjxl,
|
||||
libavif,
|
||||
dav1d,
|
||||
libaom,
|
||||
libyuv,
|
||||
libraw,
|
||||
openexr_3,
|
||||
}:
|
||||
@ -12,5 +15,5 @@ mkKdeDerivation {
|
||||
|
||||
extraCmakeFlags = ["-DKIMAGEFORMATS_HEIF=1"];
|
||||
extraNativeBuildInputs = [pkg-config];
|
||||
extraBuildInputs = [libheif libjxl libavif libraw openexr_3];
|
||||
extraBuildInputs = [libheif libjxl libavif dav1d libaom libyuv libraw openexr_3];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user