diff options
| -rw-r--r-- | meta/recipes-graphics/xwayland/xwayland_21.1.1.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xwayland/xwayland_21.1.1.bb b/meta/recipes-graphics/xwayland/xwayland_21.1.1.bb index b2ff25fbbc..8b1c96fc4a 100644 --- a/meta/recipes-graphics/xwayland/xwayland_21.1.1.bb +++ b/meta/recipes-graphics/xwayland/xwayland_21.1.1.bb | |||
| @@ -17,5 +17,10 @@ REQUIRED_DISTRO_FEATURES = "x11 opengl" | |||
| 17 | 17 | ||
| 18 | DEPENDS += "xorgproto xtrans pixman libxkbfile libxfont2 wayland wayland-native wayland-protocols libdrm libepoxy" | 18 | DEPENDS += "xorgproto xtrans pixman libxkbfile libxfont2 wayland wayland-native wayland-protocols libdrm libepoxy" |
| 19 | 19 | ||
| 20 | do_install_append() { | ||
| 21 | # remove files not needed and clashing with xserver-xorg | ||
| 22 | rm -rf ${D}/${libdir}/xorg/ | ||
| 23 | } | ||
| 24 | |||
| 20 | FILES_${PN} += "${libdir}/xorg/protocol.txt" | 25 | FILES_${PN} += "${libdir}/xorg/protocol.txt" |
| 21 | 26 | ||
