diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2016-11-23 16:36:37 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-30 15:48:07 +0000 |
commit | 8be26d5833cea0d221d85a3502bbc11641209701 (patch) | |
tree | 1a8e8987a8627805905fc0ae6e0abbef3f091973 | |
parent | bfcf8770d060b25411f4444cd06f5c8858ba265a (diff) | |
download | poky-8be26d5833cea0d221d85a3502bbc11641209701.tar.gz |
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.
(From OE-Core rev: a93bbfa096cd7de8e935c6c2d2ad98d72a1c297f)
Signed-off-by: Samuli Piippo <samuli.piippo@qt.io>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/mesa/mesa.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index 4ec496143c..1f9fbcab7d 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta/recipes-graphics/mesa/mesa.inc | |||
@@ -82,6 +82,9 @@ EXCLUDE_FROM_WORLD = "1" | |||
82 | # Remove the mesa dependency on mesa-dev, as mesa is empty | 82 | # Remove the mesa dependency on mesa-dev, as mesa is empty |
83 | RDEPENDS_${PN}-dev = "" | 83 | RDEPENDS_${PN}-dev = "" |
84 | 84 | ||
85 | # Add dependency so that GLES3 header don't need to be added manually | ||
86 | RDEPENDS_libgles2-mesa-dev += "libgles3-mesa-dev" | ||
87 | |||
85 | PACKAGES =+ "libegl-mesa libegl-mesa-dev \ | 88 | PACKAGES =+ "libegl-mesa libegl-mesa-dev \ |
86 | libosmesa libosmesa-dev \ | 89 | libosmesa libosmesa-dev \ |
87 | libgl-mesa libgl-mesa-dev \ | 90 | libgl-mesa libgl-mesa-dev \ |