aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-graphics/wayland/wayland_%.bbappend
blob: ee2676a13b5f4f57d399b028cdbb2db5299052f5 (plain)
1
2
3
4
5
6
# remove provided `libwayland-egl` library in favour of the version in `userland` until fully tested

do_install_append_rpi () {
    rm -f ${D}${libdir}/libwayland-egl*
    rm -f ${D}${libdir}/pkgconfig/wayland-egl.pc
}