mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
sway: fix for gcc 12
This commit is contained in:
parent
93c7824fb4
commit
411025fca3
@ -1,5 +1,8 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
# Build fails with gcc 12 due to -Werror.
|
||||
export CFLAGS="$CFLAGS -Wno-error"
|
||||
|
||||
patch -p1 < no-evdev.patch
|
||||
|
||||
# Default background color.
|
||||
|
Loading…
Reference in New Issue
Block a user