diff options
-rw-r--r-- | recipes-graphics/wayland/wayland_%.bbappend | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-graphics/wayland/wayland_%.bbappend b/recipes-graphics/wayland/wayland_%.bbappend new file mode 100644 index 0000000..ee2676a --- /dev/null +++ b/recipes-graphics/wayland/wayland_%.bbappend | |||
@@ -0,0 +1,6 @@ | |||
1 | # remove provided `libwayland-egl` library in favour of the version in `userland` until fully tested | ||
2 | |||
3 | do_install_append_rpi () { | ||
4 | rm -f ${D}${libdir}/libwayland-egl* | ||
5 | rm -f ${D}${libdir}/pkgconfig/wayland-egl.pc | ||
6 | } | ||