summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.0.imx.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.0.imx.bb')
-rw-r--r--recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.0.imx.bb11
1 files changed, 5 insertions, 6 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.0.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.0.imx.bb
index df0b9912..d8c65287 100644
--- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.0.imx.bb
+++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.0.imx.bb
@@ -123,12 +123,11 @@ S = "${WORKDIR}/git"
123 123
124inherit use-imx-headers 124inherit use-imx-headers
125 125
126PACKAGECONFIG_GL:imxgpu2d = \ 126# Prior to version 1.22.5, viv-fb is coupled with the Vivante direct texture feature.
127 "${@bb.utils.contains('DISTRO_FEATURES', 'opengl x11', 'opengl viv-fb', '', d)}" 127# For this reason, in these older versions, viv-fb must be enabled always, even when
128PACKAGECONFIG_GL:imxgpu3d = \ 128# building for SoCs like the i.MX8 that do not support the viv-fb windowing system.
129 "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2 egl viv-fb', '', d)}" 129# TODO: Once this .imx recipe is upgraded to 1.22.5 or newer, drop this line.
130PACKAGECONFIG_GL:use-mainline-bsp = \ 130PACKAGECONFIG_GL:append = " viv-fb "
131 "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2 egl gbm', '', d)}"
132 131
133PACKAGECONFIG_REMOVE ?= "jpeg" 132PACKAGECONFIG_REMOVE ?= "jpeg"
134PACKAGECONFIG:remove = "${PACKAGECONFIG_REMOVE}" 133PACKAGECONFIG:remove = "${PACKAGECONFIG_REMOVE}"