[oe-commits] [openembedded-core] 44/76: mesa: make sure GLES3 headers are installed

git at git.openembedded.org git at git.openembedded.org
Wed Nov 30 15:49:29 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit a93bbfa096cd7de8e935c6c2d2ad98d72a1c297f
Author: Samuli Piippo <samuli.piippo at qt.io>
AuthorDate: Wed Nov 23 16:36:37 2016 +0200

    mesa: make sure GLES3 headers are installed
    
    Since there is no libgles3-mesa package that would pull in the headers,
    add dependency to libgles2-mesa-dev. Now there no need to manually add
    GLES3 headers to image or toolchain.
    
    Signed-off-by: Samuli Piippo <samuli.piippo at qt.io>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-graphics/mesa/mesa.inc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc
index 4ec4961..1f9fbca 100644
--- a/meta/recipes-graphics/mesa/mesa.inc
+++ b/meta/recipes-graphics/mesa/mesa.inc
@@ -82,6 +82,9 @@ EXCLUDE_FROM_WORLD = "1"
 # Remove the mesa dependency on mesa-dev, as mesa is empty
 RDEPENDS_${PN}-dev = ""
 
+# Add dependency so that GLES3 header don't need to be added manually
+RDEPENDS_libgles2-mesa-dev += "libgles3-mesa-dev"
+
 PACKAGES =+ "libegl-mesa libegl-mesa-dev \
              libosmesa libosmesa-dev \
              libgl-mesa libgl-mesa-dev \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list