From 82f24e38cec9fcbc2127f1596c0a061103da665b Mon Sep 17 00:00:00 2001 From: Zheng Ruoqin Date: Thu, 25 Jun 2026 10:04:37 +0800 Subject: [PATCH] opencl-cts: Use virtual/freeglut instead of freeglut Use virtual/freeglut to depends on split version of freeglut. Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj --- meta-oe/recipes-core/opencl/opencl-cts_2026.05.05.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-core/opencl/opencl-cts_2026.05.05.bb b/meta-oe/recipes-core/opencl/opencl-cts_2026.05.05.bb index e99c305d9a..08425eaaf8 100644 --- a/meta-oe/recipes-core/opencl/opencl-cts_2026.05.05.bb +++ b/meta-oe/recipes-core/opencl/opencl-cts_2026.05.05.bb @@ -21,7 +21,7 @@ PACKAGECONFIG = " \ ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'opengl gles', '', d)} \ ${@bb.utils.filter('DISTRO_FEATURES', 'vulkan', d)} \ " -PACKAGECONFIG[opengl] = "-DGL_IS_SUPPORTED=ON,-DGL_IS_SUPPORTED=OFF,virtual/libgl glew freeglut" +PACKAGECONFIG[opengl] = "-DGL_IS_SUPPORTED=ON,-DGL_IS_SUPPORTED=OFF,virtual/libgl glew virtual/freeglut" PACKAGECONFIG[gles] = "-DGLES_IS_SUPPORTED=ON,-DGLES_IS_SUPPORTED=OFF,virtual/egl virtual/libgles2" PACKAGECONFIG[vulkan] = "-DVULKAN_IS_SUPPORTED=ON,-DVULKAN_IS_SUPPORTED=OFF,vulkan-headers glslang-native"