Merge pull request #6765 from SupervisedThinking/up_sway

[le11] sway: fix build
This commit is contained in:
CvH 2022-08-05 20:50:45 +02:00 committed by GitHub
commit 8906d2add3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ PKG_MESON_OPTS_TARGET="-Ddefault-wallpaper=false \
pre_configure_target() { pre_configure_target() {
# sway does not build without -Wno flags as all warnings being treated as errors # sway does not build without -Wno flags as all warnings being treated as errors
export TARGET_CFLAGS=$(echo "${TARGET_CFLAGS} -Wno-unused-variable -Wno-unused-but-set-variable -Wno-unused-function -Wno-maybe-uninitialized") export TARGET_CFLAGS=$(echo "${TARGET_CFLAGS} -Wno-unused-variable -Wno-unused-but-set-variable -Wno-unused-function -Wno-maybe-uninitialized -Wno-stringop-truncation -Wno-address")
} }
post_makeinstall_target() { post_makeinstall_target() {