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
1 changed files with 3 additions and 0 deletions

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.