mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-19 20:08:27 +01:00
wlroots-0.16: add workaround to fix build with gcc14
This commit is contained in:
parent
d1ed14536f
commit
70ff0f5e28
@ -47,6 +47,8 @@ inherit meson pkgconfig features_check
|
||||
|
||||
EXTRA_OEMESON += "--buildtype release"
|
||||
|
||||
CFLAGS += "-Wno-calloc-transposed-args"
|
||||
|
||||
do_install:append() {
|
||||
install -d ${D}${bindir}
|
||||
install -m 0755 ${B}/tinywl/tinywl ${D}${bindir}/tinywl-0.16
|
||||
|
Loading…
Reference in New Issue
Block a user