sway-tiny: comment

This commit is contained in:
Dylan Araps 2021-07-28 10:29:21 +03:00
parent 05e381f142
commit fe82f48e1f
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ sed 's/0.25f, 0.25f, 0.25f/0.929, 0.870, 0.678/' \
sway/desktop/render.c > _
mv -f _ sway/desktop/render.c
# Build fails in with clang due to -Werror.
export CFLAGS="$CFLAGS -Wno-unused-function -Wno-error"
meson \