Signed-off-by: Philipp Zabel <[email protected]> --- rules/wayland.make | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/rules/wayland.make b/rules/wayland.make index b237a97016ff..72d1f367bdd5 100644 --- a/rules/wayland.make +++ b/rules/wayland.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_WAYLAND) += wayland # # Paths and names # -WAYLAND_VERSION := 1.19.0 -WAYLAND_MD5 := 5d59ac3d8a8f4e42de2ceb8bb19dfca9 +WAYLAND_VERSION := 1.20.0 +WAYLAND_MD5 := 5095264157bf0565b921ceaf9d698d98 WAYLAND := wayland-$(WAYLAND_VERSION) WAYLAND_SUFFIX := tar.xz WAYLAND_URL := http://wayland.freedesktop.org/releases/$(WAYLAND).$(WAYLAND_SUFFIX) @@ -41,7 +41,8 @@ WAYLAND_CONF_OPT := \ -Ddtd_validation=false \ -Dicon_directory= \ -Dlibraries=true \ - -Dscanner=true + -Dscanner=true \ + -Dtests=false # ---------------------------------------------------------------------------- # Install -- 2.30.2 _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
