2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-12-21 14:50:07 -07:00

sway: fix for libinput 1.27

closes #203
This commit is contained in:
Owen Rafferty 2024-11-25 00:09:35 -06:00
parent 676d9b3fbd
commit e0e566cdc2
No known key found for this signature in database

View File

@ -1,5 +1,7 @@
#!/bin/sh -e #!/bin/sh -e
export CFLAGS="$CFLAGS -Wno-error=switch"
export DESTDIR="$1" export DESTDIR="$1"
meson setup \ meson setup \