summaryrefslogtreecommitdiffstats
path: root/rules/host-wayland.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2016-10-14 15:31:40 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-10-20 08:27:40 +0200
commitb1e8046a9cdba15002ae221eeb6db6c65501376f (patch)
tree880fdcab183020b3ed858764ec767a7296499bd3 /rules/host-wayland.make
parent077c83dfa8519d5a5cef9cb4d631eec71283cba5 (diff)
downloadptxdist-b1e8046a9cdba15002ae221eeb6db6c65501376f.tar.gz
ptxdist-b1e8046a9cdba15002ae221eeb6db6c65501376f.tar.xz
wayland: version bump 1.7.0 -> 1.12.0
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-wayland.make')
-rw-r--r--rules/host-wayland.make7
1 files changed, 4 insertions, 3 deletions
diff --git a/rules/host-wayland.make b/rules/host-wayland.make
index 535e820cf..9fcaecc6b 100644
--- a/rules/host-wayland.make
+++ b/rules/host-wayland.make
@@ -23,8 +23,9 @@ HOST_PACKAGES-$(PTXCONF_HOST_WAYLAND) += host-wayland
HOST_WAYLAND_CONF_TOOL := autoconf
HOST_WAYLAND_CONF_OPT := \
$(HOST_AUTOCONF) \
- --disable-static \
- --enable-scanner \
- --disable-documentation
+ --disable-libraries \
+ --disable-documentation \
+ --disable-dtd-validation \
+ --without-host-scanner
# vim: syntax=make