diff options
author | Andreas Oberritter <obi@opendreambox.org> | 2013-10-17 13:31:27 +0200 |
---|---|---|
committer | Robert Yang <liezhi.yang@windriver.com> | 2013-12-10 21:12:22 -0500 |
commit | 8c75d888a5e4cf7fc2c92df730d80224f5ffa99a (patch) | |
tree | a023a614bd4a3bf30d2a78e46de8346d6d29547a | |
parent | 1929d4ef17652a3eb825942041908d679773244f (diff) | |
download | openembedded-core-8c75d888a5e4cf7fc2c92df730d80224f5ffa99a.tar.gz openembedded-core-8c75d888a5e4cf7fc2c92df730d80224f5ffa99a.tar.bz2 openembedded-core-8c75d888a5e4cf7fc2c92df730d80224f5ffa99a.zip |
cogl-1.0: depend on virtual/mesa
- Wayland support depends on wayland-egl, which is provided by mesa.
(From OE-Core master 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>
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
-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" EDEPENDS_KMS = "libdrm virtual/egl" EDEPENDS_EGL = "virtual/egl" EDEPENDS_X11 = "virtual/libx11 libxcomposite libxfixes libxi libxrandr" -EDEPENDS_WAYLAND = "wayland" +EDEPENDS_WAYLAND = "virtual/mesa wayland" # Extra RDEPENDS for PACKAGECONFIG # This has to be explictly listed, because cogl dlopens the backends |