From: Tom Hochstein Date: Sat, 19 Nov 2016 01:11:54 +0000 (-0600) Subject: gstreamer1.0-plugins-imx: Configure for Wayland backend if wayland and x11 are in... X-Git-Tag: 2.2~126 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d45eb5bd9bbc4acbe84cc5ef38166ca9d67bb38d;p=meta-freescale.git 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 Signed-off-by: Otavio Salvador --- 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 EGLVIVSINK_DEPENDS = " \ virtual/egl virtual/libgles2 \ - ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'virtual/libx11', \ - bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', \ - '', d),d)}" + ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', \ + bb.utils.contains('DISTRO_FEATURES', 'x11', 'virtual/libx11', \ + '', d), d)} \ +" PACKAGECONFIG ?= "uniaudiodec mp3encoder v4l2src" PACKAGECONFIG_append_imxgpu3d = " eglvivsink"