summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xwayland/xwayland_21.1.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xwayland/xwayland_21.1.2.bb')
-rw-r--r--meta/recipes-graphics/xwayland/xwayland_21.1.2.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/xwayland/xwayland_21.1.2.bb b/meta/recipes-graphics/xwayland/xwayland_21.1.2.bb
index 794a7bd98d..3df6fd1ff9 100644
--- a/meta/recipes-graphics/xwayland/xwayland_21.1.2.bb
+++ b/meta/recipes-graphics/xwayland/xwayland_21.1.2.bb
@@ -35,10 +35,10 @@ PACKAGECONFIG[openssl] = "-Dsha1=libcrypto,,openssl"
35PACKAGECONFIG[nettle] = "-Dsha1=libnettle,,nettle" 35PACKAGECONFIG[nettle] = "-Dsha1=libnettle,,nettle"
36PACKAGECONFIG[gcrypt] = "-Dsha1=libgcrypt,,libgcrypt" 36PACKAGECONFIG[gcrypt] = "-Dsha1=libgcrypt,,libgcrypt"
37 37
38do_install_append() { 38do_install:append() {
39 # remove files not needed and clashing with xserver-xorg 39 # remove files not needed and clashing with xserver-xorg
40 rm -rf ${D}/${libdir}/xorg/ 40 rm -rf ${D}/${libdir}/xorg/
41} 41}
42 42
43FILES_${PN} += "${libdir}/xorg/protocol.txt" 43FILES:${PN} += "${libdir}/xorg/protocol.txt"
44 44