wlroots: rename tinywl

- rename tinywl-0.16 and tinywl-0.17 to allow install of multiple
  wlroots versions into the same rootfs
This commit is contained in:
Markus Volk
2024-02-13 08:25:47 +01:00
parent 24e83f05d9
commit 1c83105ac5
3 changed files with 2 additions and 3 deletions

View File

@ -51,5 +51,5 @@ EXTRA_OEMESON += "--buildtype release"
do_install:append() {
install -d ${D}${bindir}
install -m 0755 ${B}/tinywl/tinywl ${D}${bindir}
install -m 0755 ${B}/tinywl/tinywl ${D}${bindir}/tinywl-0.17
}