blob: ca2b2961e456ab5a42cf6f6eae22eb8a820f5684 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001# until fully tested, prefer `libwayland-egl` provided by `userland` instead of `wayland` when not using vc4graphics
Patrick Williams213cb262021-08-07 19:21:33 -05002do_install:append:rpi () {
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08003 if [ "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "1", "0", d)}" = "0" ]; then
4 rm -f ${D}${libdir}/libwayland-egl*
5 rm -f ${D}${libdir}/pkgconfig/wayland-egl.pc
6 fi
7}