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:
Anuj Mittal 2019-08-29 10:48:52 +08:00
parent 041c8c0bd5
commit 441d749a8d

View File

@ -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'