2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

sway: fix for gcc 12

This commit is contained in:
Owen Rafferty 2022-05-06 22:22:52 -05:00
parent 93c7824fb4
commit 411025fca3
No known key found for this signature in database
GPG Key ID: A68B10E2554DEBCB

View File

@ -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.