mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
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) (From OE-Core rev: fd02a12e875a900e46f50d92772098298ed4bc73) 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> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
468b78967a
commit
903c4158a5
@@ -79,6 +79,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 \
|
||||
|
||||
Reference in New Issue
Block a user