wpaperd: added support for avif
added dav1d build requirement and avif cargo feature flag to enable support of .AVIF image files. references: https://github.com/danyspin97/wpaperd?tab=readme-ov-file#image-formats-support https://github.com/image-rs/image/blob/main/README.md#supported-image-formats
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
libxkbcommon,
|
||||
wayland,
|
||||
libGL,
|
||||
dav1d,
|
||||
}:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
@@ -29,6 +30,11 @@ rustPlatform.buildRustPackage rec {
|
||||
wayland
|
||||
libGL
|
||||
libxkbcommon
|
||||
dav1d
|
||||
];
|
||||
|
||||
buildFeatures = [
|
||||
"avif"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
||||
Reference in New Issue
Block a user