]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-gpu-viv: add missing wayland-egl.pc copy
authorGary Bisson <gary.bisson@boundarydevices.com>
Wed, 11 Jul 2018 10:10:06 +0000 (12:10 +0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 11 Jul 2018 17:17:34 +0000 (14:17 -0300)
Otherwise prevents other packages to build, producing this error:
| No package 'wayland-egl' found

Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc

index 0dfc07634f30d5c92b8d9ca602055e5842e147ee..2f0abef107d2352ca7a59ac8d573f7b73145c601 100644 (file)
@@ -150,6 +150,7 @@ do_install () {
         install -m 0644 ${S}/gpu-core/usr/lib/pkgconfig/glesv1_cm.pc ${D}${libdir}/pkgconfig/glesv1_cm.pc
         install -m 0644 ${S}/gpu-core/usr/lib/pkgconfig/glesv2.pc ${D}${libdir}/pkgconfig/glesv2.pc
         install -m 0644 ${S}/gpu-core/usr/lib/pkgconfig/vg.pc ${D}${libdir}/pkgconfig/vg.pc
+        install -m 0644 ${S}/gpu-core/usr/lib/pkgconfig/wayland-egl.pc ${D}${libdir}/pkgconfig/wayland-egl.pc
 
        if [ "${USE_X11}" = "yes" ]; then