diff options
| author | Carlos Rafael Giani <dv@pseudoterminal.org> | 2014-06-28 00:13:07 +0200 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-06-28 14:35:54 -0300 |
| commit | 4b5e012b7a7712f67dfe02d9bb53566f18f6031d (patch) | |
| tree | 5a55fc2fa451b9390bdc69c2da152819e051fac5 /meta-fsl-arm | |
| parent | 3f5c97a4c524a2fb9a4510e6e15f500a20871d67 (diff) | |
| download | meta-freescale-4b5e012b7a7712f67dfe02d9bb53566f18f6031d.tar.gz | |
gstreamer1.0-plugins-imx: select X11/Wayland/FB EGL platform if appropriate
Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'meta-fsl-arm')
| -rw-r--r-- | meta-fsl-arm/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.9.6.bb | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/meta-fsl-arm/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.9.6.bb b/meta-fsl-arm/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.9.6.bb index 5074a2cc5..71d95f1bf 100644 --- a/meta-fsl-arm/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.9.6.bb +++ b/meta-fsl-arm/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.9.6.bb | |||
| @@ -14,7 +14,13 @@ S = "${WORKDIR}/git" | |||
| 14 | inherit waf | 14 | inherit waf |
| 15 | 15 | ||
| 16 | # configure the eglvivsink element to use the appropiate EGL platform code | 16 | # configure the eglvivsink element to use the appropiate EGL platform code |
| 17 | EGLVIVSINK_PLATFORM = "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', 'fb', d)}" | 17 | # X11 if x11 is present in DISTRO_FEATURES |
| 18 | # Wayland if x11 is not present in DISTRO_FEATURES, but wayland is | ||
| 19 | # Framebuffer otherwise | ||
| 20 | EGLVIVSINK_PLATFORM = "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', \ | ||
| 21 | base_contains('DISTRO_FEATURES', 'wayland', 'wayland', \ | ||
| 22 | 'fb', d),d)}" | ||
| 23 | |||
| 18 | EXTRA_OECONF = "--egl-platform=${EGLVIVSINK_PLATFORM} --kernel-headers=${STAGING_KERNEL_DIR}/include" | 24 | EXTRA_OECONF = "--egl-platform=${EGLVIVSINK_PLATFORM} --kernel-headers=${STAGING_KERNEL_DIR}/include" |
| 19 | 25 | ||
| 20 | # LIBV is used by gst-plugins-package.inc to specify the GStreamer version (0.10 vs 1.0) | 26 | # LIBV is used by gst-plugins-package.inc to specify the GStreamer version (0.10 vs 1.0) |
