librav1e: add missing libgit2 build dependency

Not sure why an AV1 encoder needs libgit2 but that's rust's dependency
tree for you.  Needed since our cargo class now stops the git2-sys crate
from using a bundled copy of libgit2.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Ross Burton
2026-07-31 20:15:20 +01:00
committed by Khem Raj
parent 0b8685f28c
commit 7bf5f6c248
@@ -7,6 +7,7 @@ inherit cargo_c pkgconfig cargo-update-recipe-crates
require ${PN}-crates.inc
DEPENDS = "libgit2"
DEPENDS:append:x86 = " nasm-native"
DEPENDS:append:x86-64 = " nasm-native"