summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-05-11 08:26:47 -0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-05-16 22:31:50 +0100
commit4faa0cdd45270ae0100423cca7c1bce953213f3a (patch)
tree74ce1309ed521d4b2bb64d0d6e2808038c8cdeb0 /meta
parent05ea29b4406613ea45bb0cb7aec57c22e55b9969 (diff)
downloadpoky-4faa0cdd45270ae0100423cca7c1bce953213f3a.tar.gz
gstreamer1.0-plugins-bad: Move EGL requirement for Wayland
The EGL is used by the Wayland backend. When building using Software Rendering and without Wayland support the EGL backend is not available so we should not require EGL for GLES2 support. This fixes following build error: ,---- | ... | checking for bcm_host_init in -lbcm_host... no | checking for WAYLAND_EGL... no | configure: error: Could not find the required EGL libraries | Configure failed. The contents of all config.log files follows to aid debugging | ERROR: oe_runconf failed `---- (From OE-Core rev: 9c3a94aea1de3ab98e5693640926bfc86acde2db) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
index e2752af612..84a0a5837e 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
@@ -27,7 +27,7 @@ PACKAGECONFIG ??= " \
27# dash = Dynamic Adaptive Streaming over HTTP 27# dash = Dynamic Adaptive Streaming over HTTP
28PACKAGECONFIG[assrender] = "--enable-assrender,--disable-assrender,libass" 28PACKAGECONFIG[assrender] = "--enable-assrender,--disable-assrender,libass"
29PACKAGECONFIG[curl] = "--enable-curl,--disable-curl,curl" 29PACKAGECONFIG[curl] = "--enable-curl,--disable-curl,curl"
30PACKAGECONFIG[gles2] = "--enable-gles2 --enable-egl,--disable-gles2 --disable-egl,virtual/libgles2 virtual/egl" 30PACKAGECONFIG[gles2] = "--enable-gles2,--disable-gles2,virtual/libgles2"
31PACKAGECONFIG[opengl] = "--enable-opengl,--disable-opengl,virtual/libgl libglu" 31PACKAGECONFIG[opengl] = "--enable-opengl,--disable-opengl,virtual/libgl libglu"
32PACKAGECONFIG[faac] = "--enable-faac,--disable-faac,faac" 32PACKAGECONFIG[faac] = "--enable-faac,--disable-faac,faac"
33PACKAGECONFIG[faad] = "--enable-faad,--disable-faad,faad2" 33PACKAGECONFIG[faad] = "--enable-faad,--disable-faad,faad2"
@@ -37,7 +37,7 @@ PACKAGECONFIG[mpg123] = "--enable-mpg123,--disable-mpg123,mpg123"
37PACKAGECONFIG[opus] = "--enable-opus,--disable-opus,libopus" 37PACKAGECONFIG[opus] = "--enable-opus,--disable-opus,libopus"
38PACKAGECONFIG[flite] = "--enable-flite,--disable-flite,flite-alsa" 38PACKAGECONFIG[flite] = "--enable-flite,--disable-flite,flite-alsa"
39PACKAGECONFIG[opencv] = "--enable-opencv,--disable-opencv,opencv" 39PACKAGECONFIG[opencv] = "--enable-opencv,--disable-opencv,opencv"
40PACKAGECONFIG[wayland] = "--enable-wayland,--disable-wayland,wayland" 40PACKAGECONFIG[wayland] = "--enable-wayland --enable-egl,--disable-wayland --disable-egl,wayland virtual/egl"
41PACKAGECONFIG[uvch264] = "--enable-uvch264,--disable-uvch264,libusb1 udev" 41PACKAGECONFIG[uvch264] = "--enable-uvch264,--disable-uvch264,libusb1 udev"
42PACKAGECONFIG[directfb] = "--enable-directfb,--disable-directfb,directfb" 42PACKAGECONFIG[directfb] = "--enable-directfb,--disable-directfb,directfb"
43PACKAGECONFIG[neon] = "--enable-neon,--disable-neon,neon" 43PACKAGECONFIG[neon] = "--enable-neon,--disable-neon,neon"