diff options
-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" |