diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2016-11-18 19:11:54 -0600 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-11-23 08:09:34 -0200 |
commit | d45eb5bd9bbc4acbe84cc5ef38166ca9d67bb38d (patch) | |
tree | aff778b4f664340ae0e28983953db226e7ba6421 /recipes-multimedia | |
parent | c3f19285f243ceec01e1b0bb1edbeafebc36aeb5 (diff) | |
download | meta-freescale-d45eb5bd9bbc4acbe84cc5ef38166ca9d67bb38d.tar.gz |
gstreamer1.0-plugins-imx: Configure for Wayland backend if wayland and x11 are in distro
By i.MX convention, if wayland and x11 are in the distro features,
the Wayland backend is used.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r-- | recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.2.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.2.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.2.bb index 07273d67..2fc065bd 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.2.bb +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.2.bb | |||
@@ -36,9 +36,10 @@ EXTRA_OECONF = "--kernel-headers=${STAGING_KERNEL_DIR}/include ${PACKAGECONFIG_C | |||
36 | 36 | ||
37 | EGLVIVSINK_DEPENDS = " \ | 37 | EGLVIVSINK_DEPENDS = " \ |
38 | virtual/egl virtual/libgles2 \ | 38 | virtual/egl virtual/libgles2 \ |
39 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'virtual/libx11', \ | 39 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', \ |
40 | bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', \ | 40 | bb.utils.contains('DISTRO_FEATURES', 'x11', 'virtual/libx11', \ |
41 | '', d),d)}" | 41 | '', d), d)} \ |
42 | " | ||
42 | 43 | ||
43 | PACKAGECONFIG ?= "uniaudiodec mp3encoder v4l2src" | 44 | PACKAGECONFIG ?= "uniaudiodec mp3encoder v4l2src" |
44 | PACKAGECONFIG_append_imxgpu3d = " eglvivsink" | 45 | PACKAGECONFIG_append_imxgpu3d = " eglvivsink" |