From e0e566cdc2259a2fb6d5625b987f74462e6c2882 Mon Sep 17 00:00:00 2001 From: Owen Rafferty Date: Mon, 25 Nov 2024 00:09:35 -0600 Subject: [PATCH] sway: fix for libinput 1.27 closes #203 --- wayland/sway/build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wayland/sway/build b/wayland/sway/build index 778b2019..97540456 100755 --- a/wayland/sway/build +++ b/wayland/sway/build @@ -1,5 +1,7 @@ #!/bin/sh -e +export CFLAGS="$CFLAGS -Wno-error=switch" + export DESTDIR="$1" meson setup \