mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-02-13 07:32:46 +01:00
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:
parent
24e83f05d9
commit
1c83105ac5
@ -49,5 +49,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.16
|
||||
}
|
||||
|
@ -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
|
||||
}
|
||||
|
@ -44,7 +44,6 @@ PV = "0.18.0-dev"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
||||
inherit meson pkgconfig features_check
|
||||
|
||||
EXTRA_OEMESON += "--buildtype release"
|
||||
|
Loading…
x
Reference in New Issue
Block a user