diff --git a/wayland/sway-no-seat/build b/wayland/sway-no-seat/build index 4ff85e29..95115b9b 100755 --- a/wayland/sway-no-seat/build +++ b/wayland/sway-no-seat/build @@ -3,6 +3,10 @@ patch -p1 < sway-static.patch patch -p1 < no-evdev.patch +# Build fails in subprojects/seatd with clang +# due to -Werror -> -Wsign-compare. +export CFLAGS="-Wno-error $CFLAGS" + # Remove conflict between static libseat and wlroots. sed 's/\(const long NSEC\)/static \1/' \ subprojects/seatd/common/log.c > _