diff options
Diffstat (limited to 'meta/recipes-graphics/xwayland')
| -rw-r--r-- | meta/recipes-graphics/xwayland/xwayland_21.1.2.bb | 4 |
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" | |||
| 35 | PACKAGECONFIG[nettle] = "-Dsha1=libnettle,,nettle" | 35 | PACKAGECONFIG[nettle] = "-Dsha1=libnettle,,nettle" |
| 36 | PACKAGECONFIG[gcrypt] = "-Dsha1=libgcrypt,,libgcrypt" | 36 | PACKAGECONFIG[gcrypt] = "-Dsha1=libgcrypt,,libgcrypt" |
| 37 | 37 | ||
| 38 | do_install_append() { | 38 | do_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 | ||
| 43 | FILES_${PN} += "${libdir}/xorg/protocol.txt" | 43 | FILES:${PN} += "${libdir}/xorg/protocol.txt" |
| 44 | 44 | ||
