summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-04-17 07:20:12 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-04-17 07:20:14 +0200
commit68213bb07d96867e6734a16ccc63f4723c2167c6 (patch)
tree2e6d4a004def8827aa498ff625c9722e24bbb9b0
parentccd30b4f2b9d1a3a37c9a5256a5a0ec2067a897c (diff)
downloadptxdist-68213bb07d96867e6734a16ccc63f4723c2167c6.tar.gz
ptxdist-68213bb07d96867e6734a16ccc63f4723c2167c6.tar.xz
wlroots: don't build with -Werror
Without this building with icecc versions that don't support remote cpp, this fails with: .../drm/drm.c:1434:30: error: this statement may fall through [-Werror=implicit-fallthrough=] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/wlroots.make3
1 files changed, 2 insertions, 1 deletions
diff --git a/rules/wlroots.make b/rules/wlroots.make
index 937039087..7710604de 100644
--- a/rules/wlroots.make
+++ b/rules/wlroots.make
@@ -35,7 +35,8 @@ WLROOTS_CONF_OPT := \
-Denable-enable-examples=false \
-Denable-enable-rootston=$(call ptx/truefalse,PTXCONF_WLROOTS_ROOTSTON) \
-Denable-x11_backend=false \
- -Denable-xwayland=false
+ -Denable-xwayland=false \
+ -Dwerror=false
# ----------------------------------------------------------------------------
# Target-Install