From 4ee7bc0ab408db7388374e86920ffa378b7b4535 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Fri, 23 Oct 2020 14:19:09 +0800 Subject: intel-compute-runtime: add libva to DEPENDS libva is needed to have cl_intel_va_api_media_sharing [1] extension enabled. [1] https://github.com/intel/compute-runtime/blob/master/opencl/doc/cl_intel_va_api_media_sharing.md Signed-off-by: Anuj Mittal --- .../recipes-opencl/compute-runtime/intel-compute-runtime_20.40.18075.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dynamic-layers') diff --git a/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_20.40.18075.bb b/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_20.40.18075.bb index c0c289c8..bc096833 100644 --- a/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_20.40.18075.bb +++ b/dynamic-layers/clang-layer/recipes-opencl/compute-runtime/intel-compute-runtime_20.40.18075.bb @@ -17,7 +17,7 @@ SRCREV = "7e31ec37d78693c08a1fcb2ec31801e64cb497d3" S = "${WORKDIR}/git" DEPENDS += " intel-graphics-compiler gmmlib clang" -DEPENDS_append_class-target = " intel-compute-runtime-native" +DEPENDS_append_class-target = " intel-compute-runtime-native libva" RDEPENDS_${PN} += " intel-graphics-compiler gmmlib" -- cgit v1.2.3-54-g00ecf