mirror of
https://codeberg.org/kiss-community/repo
synced 2024-11-19 13:10:07 -07:00
parent
0ba4a68a52
commit
70af83516d
@ -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 > _
|
||||
|
Loading…
Reference in New Issue
Block a user