mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-25 17:32:06 +00:00
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user