aports/community/sxmo-sway/no-werror.patch
2022-12-27 10:44:51 +00:00

13 lines
217 B
Diff

diff --git a/meson.build b/meson.build
index 64ec8fd..7306239 100644
--- a/meson.build
+++ b/meson.build
@@ -7,7 +7,6 @@ project(
default_options: [
'c_std=c11',
'warning_level=2',
- 'werror=true',
],
)