summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-03-11 10:34:48 -0800
committerKhem Raj <raj.khem@gmail.com>2023-03-11 17:48:48 -0800
commitb9939c5bfbfbbe8b28afca3527ec24c1f7f5df18 (patch)
tree53685b1fe4b6d5d8ff64dbe57e9cc5911007f646 /recipes-multimedia
parentf0ca145c90637c2c89027f5a00e36662b9e23e1b (diff)
downloadmeta-freescale-b9939c5bfbfbbe8b28afca3527ec24c1f7f5df18.tar.gz
gstreamer1.0-vaapi: Do not use glx backend on imx
vivante does not implement glx Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r--recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.20.3.imx.bb4
1 files changed, 1 insertions, 3 deletions
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 1fbe3462..503f828f 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"
36# and BSP layers to pick either glx, egl, or no GL. By default, 36# and BSP layers to pick either glx, egl, or no GL. By default,
37# try detecting X11 first, and if found (with OpenGL), use GLX, 37# try detecting X11 first, and if found (with OpenGL), use GLX,
38# otherwise try to check if EGL can be used. 38# otherwise try to check if EGL can be used.
39PACKAGECONFIG_GL ?= "${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'glx', \ 39PACKAGECONFIG_GL ?= "egl"
40 bb.utils.contains('DISTRO_FEATURES', 'opengl', 'egl', \
41 '', d), d)}"
42 40
43PACKAGECONFIG ??= "drm encoders \ 41PACKAGECONFIG ??= "drm encoders \
44 ${PACKAGECONFIG_GL} \ 42 ${PACKAGECONFIG_GL} \