From b9939c5bfbfbbe8b28afca3527ec24c1f7f5df18 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 11 Mar 2023 10:34:48 -0800 Subject: gstreamer1.0-vaapi: Do not use glx backend on imx vivante does not implement glx Signed-off-by: Khem Raj --- recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.20.3.imx.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'recipes-multimedia/gstreamer') diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.20.3.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.20.3.imx.bb index 1fbe34625..503f828f4 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.20.3.imx.bb +++ b/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.20.3.imx.bb @@ -36,9 +36,7 @@ PACKAGES =+ "${PN}-tests" # and BSP layers to pick either glx, egl, or no GL. By default, # try detecting X11 first, and if found (with OpenGL), use GLX, # otherwise try to check if EGL can be used. -PACKAGECONFIG_GL ?= "${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'glx', \ - bb.utils.contains('DISTRO_FEATURES', 'opengl', 'egl', \ - '', d), d)}" +PACKAGECONFIG_GL ?= "egl" PACKAGECONFIG ??= "drm encoders \ ${PACKAGECONFIG_GL} \ -- cgit v1.2.3-54-g00ecf