gcnano-userland: add additional library links needed for weston
This commit adds additional library links that are require to make weston working with the new kernel version of the STM BSP 22_11_23. Signed-off-by: Mike Engel <Mike.Engel@digi.com>
This commit is contained in:
parent
bc34bb68e8
commit
6c06b77a04
|
|
@ -6,8 +6,12 @@
|
|||
|
||||
# Put the devel symlink in the normal package
|
||||
FILES:libegl-gcnano += "${libdir}/libEGL${SOLIBSDEV}"
|
||||
FILES:libgles1-gcnano += "${libdir}/libGLESv1_CM${SOLIBSDEV}"
|
||||
FILES:libgles2-gcnano += "${libdir}/libGLESv2${SOLIBSDEV}"
|
||||
FILES:libopenvg-gcnano += "${libdir}/libOpenVG${SOLIBSDEV}"
|
||||
|
||||
# Add explicit runtime provides for libEGL.so and libGLESv2.so
|
||||
# Add explicit runtime provides for libEGL.so, libGLESv2.so, libGLESv1_CM.so and libOpenVG.so
|
||||
RPROVIDES:libegl-gcnano:prepend = "libEGL.so "
|
||||
RPROVIDES:libgles1-gcnano:prepend = "libGLESv1_CM.so "
|
||||
RPROVIDES:libgles2-gcnano:prepend = "libGLESv2.so "
|
||||
RPROVIDES:libopenvg-gcnano:prepend = "libOpenVG.so "
|
||||
|
|
|
|||
Loading…
Reference in New Issue