summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/host-wayland.make7
-rw-r--r--rules/wayland.make10
2 files changed, 10 insertions, 7 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
diff --git a/rules/wayland.make b/rules/wayland.make
index 2887dbe33..cb4832f97 100644
--- a/rules/wayland.make
+++ b/rules/wayland.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_WAYLAND) += wayland
#
# Paths and names
#
-WAYLAND_VERSION := 1.7.0
-WAYLAND_MD5 := 6f46ac47c3a18c6503a40b5fa58a1066
+WAYLAND_VERSION := 1.12.0
+WAYLAND_MD5 := ee615e2d1e205eec48b02f069327eb96
WAYLAND := wayland-$(WAYLAND_VERSION)
WAYLAND_SUFFIX := tar.xz
WAYLAND_URL := http://wayland.freedesktop.org/releases/$(WAYLAND).$(WAYLAND_SUFFIX)
@@ -36,8 +36,10 @@ WAYLAND_CONF_TOOL := autoconf
WAYLAND_CONF_OPT := \
$(CROSS_AUTOCONF_USR) \
--disable-static \
- --disable-scanner \
- --disable-documentation
+ --enable-libraries \
+ --disable-documentation \
+ --disable-dtd-validation \
+ --with-host-scanner
# ----------------------------------------------------------------------------
# Install