wlroots: add back --buildtype release

This commit is contained in:
Markus Volk 2023-02-13 15:28:00 +01:00
parent 2ef6e35920
commit 9391ca2120
2 changed files with 4 additions and 0 deletions

View File

@ -44,6 +44,8 @@ PV = "0.16.2"
inherit meson pkgconfig features_check
EXTRA_OEMESON += "--buildtype release"
do_install:append() {
install -d ${D}${bindir}
install -m 0755 ${B}/tinywl/tinywl ${D}${bindir}

View File

@ -45,6 +45,8 @@ S = "${WORKDIR}/git"
inherit meson pkgconfig features_check
EXTRA_OEMESON += "--buildtype release"
do_install:append() {
install -d ${D}${bindir}
install -m 0755 ${B}/tinywl/tinywl ${D}${bindir}