summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/gstreamer
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-multimedia/gstreamer')
-rw-r--r--recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.1.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.1.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.1.bb
index c20b942..6f81341 100644
--- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.1.bb
+++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.1.bb
@@ -27,8 +27,8 @@ do_compile[depends] += "virtual/kernel:do_shared_workdir"
27# X11 if x11 is present in DISTRO_FEATURES 27# X11 if x11 is present in DISTRO_FEATURES
28# Wayland if x11 is not present in DISTRO_FEATURES, but wayland is 28# Wayland if x11 is not present in DISTRO_FEATURES, but wayland is
29# Framebuffer otherwise 29# Framebuffer otherwise
30EGLVIVSINK_PLATFORM = "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', \ 30EGLVIVSINK_PLATFORM = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', \
31 base_contains('DISTRO_FEATURES', 'wayland', 'wayland', \ 31 bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', \
32 'fb', d),d)}" 32 'fb', d),d)}"
33 33
34EGL_PLATFORM_CONF = "--egl-platform=${EGLVIVSINK_PLATFORM}" 34EGL_PLATFORM_CONF = "--egl-platform=${EGLVIVSINK_PLATFORM}"
@@ -36,8 +36,8 @@ EXTRA_OECONF = "--kernel-headers=${STAGING_KERNEL_DIR}/include"
36 36
37EGLVIVSINK_DEPENDS = " \ 37EGLVIVSINK_DEPENDS = " \
38 virtual/egl virtual/libgles2 \ 38 virtual/egl virtual/libgles2 \
39 ${@base_contains('DISTRO_FEATURES', 'x11', 'virtual/libx11', \ 39 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'virtual/libx11', \
40 base_contains('DISTRO_FEATURES', 'wayland', 'wayland', \ 40 bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', \
41 '', d),d)}" 41 '', d),d)}"
42 42
43PACKAGECONFIG ?= "" 43PACKAGECONFIG ?= ""