diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2015-05-11 08:26:47 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-16 22:31:50 +0100 |
commit | 4faa0cdd45270ae0100423cca7c1bce953213f3a (patch) | |
tree | 74ce1309ed521d4b2bb64d0d6e2808038c8cdeb0 | |
parent | 05ea29b4406613ea45bb0cb7aec57c22e55b9969 (diff) | |
download | poky-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>
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc | 4 |
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 |
28 | PACKAGECONFIG[assrender] = "--enable-assrender,--disable-assrender,libass" | 28 | PACKAGECONFIG[assrender] = "--enable-assrender,--disable-assrender,libass" |
29 | PACKAGECONFIG[curl] = "--enable-curl,--disable-curl,curl" | 29 | PACKAGECONFIG[curl] = "--enable-curl,--disable-curl,curl" |
30 | PACKAGECONFIG[gles2] = "--enable-gles2 --enable-egl,--disable-gles2 --disable-egl,virtual/libgles2 virtual/egl" | 30 | PACKAGECONFIG[gles2] = "--enable-gles2,--disable-gles2,virtual/libgles2" |
31 | PACKAGECONFIG[opengl] = "--enable-opengl,--disable-opengl,virtual/libgl libglu" | 31 | PACKAGECONFIG[opengl] = "--enable-opengl,--disable-opengl,virtual/libgl libglu" |
32 | PACKAGECONFIG[faac] = "--enable-faac,--disable-faac,faac" | 32 | PACKAGECONFIG[faac] = "--enable-faac,--disable-faac,faac" |
33 | PACKAGECONFIG[faad] = "--enable-faad,--disable-faad,faad2" | 33 | PACKAGECONFIG[faad] = "--enable-faad,--disable-faad,faad2" |
@@ -37,7 +37,7 @@ PACKAGECONFIG[mpg123] = "--enable-mpg123,--disable-mpg123,mpg123" | |||
37 | PACKAGECONFIG[opus] = "--enable-opus,--disable-opus,libopus" | 37 | PACKAGECONFIG[opus] = "--enable-opus,--disable-opus,libopus" |
38 | PACKAGECONFIG[flite] = "--enable-flite,--disable-flite,flite-alsa" | 38 | PACKAGECONFIG[flite] = "--enable-flite,--disable-flite,flite-alsa" |
39 | PACKAGECONFIG[opencv] = "--enable-opencv,--disable-opencv,opencv" | 39 | PACKAGECONFIG[opencv] = "--enable-opencv,--disable-opencv,opencv" |
40 | PACKAGECONFIG[wayland] = "--enable-wayland,--disable-wayland,wayland" | 40 | PACKAGECONFIG[wayland] = "--enable-wayland --enable-egl,--disable-wayland --disable-egl,wayland virtual/egl" |
41 | PACKAGECONFIG[uvch264] = "--enable-uvch264,--disable-uvch264,libusb1 udev" | 41 | PACKAGECONFIG[uvch264] = "--enable-uvch264,--disable-uvch264,libusb1 udev" |
42 | PACKAGECONFIG[directfb] = "--enable-directfb,--disable-directfb,directfb" | 42 | PACKAGECONFIG[directfb] = "--enable-directfb,--disable-directfb,directfb" |
43 | PACKAGECONFIG[neon] = "--enable-neon,--disable-neon,neon" | 43 | PACKAGECONFIG[neon] = "--enable-neon,--disable-neon,neon" |