mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
userland: RPROVIDES is missing libegl
userland package is the Raspberry Pi provider for the openGL stack. If selected, it shall provide the gles2 and egl stacks in conjunction with mesa-gl. libegl was missing in the RPROVIDES variable, thus some run-time dependencies were not met when using userland as provider. Signed-off-by: Francesco Giancane <francescogiancane8@gmail.com>
This commit is contained in:
parent
4152b2c345
commit
4b13f74d9a
|
@ -10,7 +10,7 @@ PR = "r5"
|
||||||
PROVIDES = "virtual/libgles2 \
|
PROVIDES = "virtual/libgles2 \
|
||||||
virtual/egl"
|
virtual/egl"
|
||||||
|
|
||||||
RPROVIDES_${PN} += "libgles2 egl"
|
RPROVIDES_${PN} += "libgles2 egl libegl"
|
||||||
|
|
||||||
COMPATIBLE_MACHINE = "^rpi$"
|
COMPATIBLE_MACHINE = "^rpi$"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user