diff options
author | Andreas Oberritter <obi@opendreambox.org> | 2013-10-17 13:31:27 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-30 13:39:07 +0000 |
commit | 8ceb14a352fa738e4a1df76673e13aef744fc7a8 (patch) | |
tree | 665a07bc2be3774a75c3579a6882351f351ea4a5 | |
parent | 2588a0ff43def50bdd8a2a4f85eb4c8db23ce193 (diff) | |
download | poky-8ceb14a352fa738e4a1df76673e13aef744fc7a8.tar.gz |
cogl-1.0: depend on virtual/mesa
- Wayland support depends on wayland-egl, which is provided by mesa.
(From OE-Core rev: a1a379b3c9728a06b086b4c1f06f663f54d7d37d)
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/cogl/cogl-1.0.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/cogl/cogl-1.0.inc b/meta/recipes-graphics/cogl/cogl-1.0.inc index 59ff66e1fa..0c4e86da33 100644 --- a/meta/recipes-graphics/cogl/cogl-1.0.inc +++ b/meta/recipes-graphics/cogl/cogl-1.0.inc | |||
@@ -21,7 +21,7 @@ EDEPENDS_GLES2 = "virtual/libgles2" | |||
21 | EDEPENDS_KMS = "libdrm virtual/egl" | 21 | EDEPENDS_KMS = "libdrm virtual/egl" |
22 | EDEPENDS_EGL = "virtual/egl" | 22 | EDEPENDS_EGL = "virtual/egl" |
23 | EDEPENDS_X11 = "virtual/libx11 libxcomposite libxfixes libxi libxrandr" | 23 | EDEPENDS_X11 = "virtual/libx11 libxcomposite libxfixes libxi libxrandr" |
24 | EDEPENDS_WAYLAND = "wayland" | 24 | EDEPENDS_WAYLAND = "virtual/mesa wayland" |
25 | 25 | ||
26 | # Extra RDEPENDS for PACKAGECONFIG | 26 | # Extra RDEPENDS for PACKAGECONFIG |
27 | # This has to be explictly listed, because cogl dlopens the backends | 27 | # This has to be explictly listed, because cogl dlopens the backends |