mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
intel-compute-runtime: include igc and gmmlib in RDEPENDS
The library isn't explicitly linking against these libs and loads them at runtime. Add these to RDEPENDS to make sure these are present. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
041c8c0bd5
commit
441d749a8d
|
@ -22,6 +22,8 @@ S = "${WORKDIR}/git"
|
|||
DEPENDS += " intel-graphics-compiler gmmlib clang"
|
||||
DEPENDS_append_class-target = " intel-compute-runtime-native"
|
||||
|
||||
RDEPENDS_${PN} += " intel-graphics-compiler gmmlib"
|
||||
|
||||
inherit cmake pkgconfig
|
||||
|
||||
COMPATIBLE_HOST = '(x86_64).*-linux'
|
||||
|
|
Loading…
Reference in New Issue
Block a user