1
0
mirror of https://codeberg.org/flk/meta-wayland.git synced 2025-04-03 23:46:47 +02:00

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
recipes-wlroots/wlroots

@ -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}

@ -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}