wayland: crank: add 'libwayland-egl.so' link to the wayland package
Required for some Crank engine libraries. They are linked against libwayland-egl library without version, 'libwayland-egl.so'. https://onedigi.atlassian.net/browse/DEL-7969 Signed-off-by: Tatiana Leon <Tatiana.Leon@digi.com>
This commit is contained in:
parent
548efe4f6f
commit
25c699e05b
|
|
@ -1,3 +1,5 @@
|
||||||
|
# Copyright (C) 2020-2022, Digi International Inc.
|
||||||
|
|
||||||
FILES:${PN}:class-nativesdk = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*${SOLIBS} \
|
FILES:${PN}:class-nativesdk = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*${SOLIBS} \
|
||||||
${sysconfdir} ${sharedstatedir} ${localstatedir} \
|
${sysconfdir} ${sharedstatedir} ${localstatedir} \
|
||||||
${base_bindir}/* ${base_sbindir}/* \
|
${base_bindir}/* ${base_sbindir}/* \
|
||||||
|
|
@ -9,3 +11,15 @@ FILES:${PN}:class-nativesdk = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir
|
||||||
${datadir}/idl ${datadir}/omf ${datadir}/sounds \
|
${datadir}/idl ${datadir}/omf ${datadir}/sounds \
|
||||||
${libdir}/bonobo/servers"
|
${libdir}/bonobo/servers"
|
||||||
FILES:${PN}-dev:remove:class-nativesdk = "${bindir} ${datadir}/wayland"
|
FILES:${PN}-dev:remove:class-nativesdk = "${bindir} ${datadir}/wayland"
|
||||||
|
|
||||||
|
FILES_SOLIBSDEV = " \
|
||||||
|
${base_libdir}/lib*${SOLIBSDEV} \
|
||||||
|
${libdir}/libwayland-client.so \
|
||||||
|
${libdir}/libwayland-cursor.so \
|
||||||
|
${libdir}/libwayland-server.so \
|
||||||
|
"
|
||||||
|
FILES:${PN} += "${libdir}/libwayland-egl.so"
|
||||||
|
|
||||||
|
RPROVIDES:${PN} = "libwayland-egl.so()(64bit)"
|
||||||
|
|
||||||
|
INSANE_SKIP:${PN} += "dev-so"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue