diff options
-rw-r--r-- | recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.20.3.imx.bb | 4 |
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. |
39 | PACKAGECONFIG_GL ?= "${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'glx', \ | 39 | PACKAGECONFIG_GL ?= "egl" |
40 | bb.utils.contains('DISTRO_FEATURES', 'opengl', 'egl', \ | ||
41 | '', d), d)}" | ||
42 | 40 | ||
43 | PACKAGECONFIG ??= "drm encoders \ | 41 | PACKAGECONFIG ??= "drm encoders \ |
44 | ${PACKAGECONFIG_GL} \ | 42 | ${PACKAGECONFIG_GL} \ |