From 12e1ceb79496cf23073e1f7b2e0cd9b322b77054 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Thu, 23 Dec 2021 16:06:21 -0800 Subject: wayland: Update to 1.20.0 --- pkg/wayland/gen.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkg/wayland/gen.lua') diff --git a/pkg/wayland/gen.lua b/pkg/wayland/gen.lua index 5444c22e..b3b9a7c7 100644 --- a/pkg/wayland/gen.lua +++ b/pkg/wayland/gen.lua @@ -10,9 +10,9 @@ cflags{ build('sed', '$outdir/include/wayland-version.h', '$srcdir/src/wayland-version.h.in', { expr={ '-e s,@WAYLAND_VERSION_MAJOR@,1,', - '-e s,@WAYLAND_VERSION_MINOR@,17,', + '-e s,@WAYLAND_VERSION_MINOR@,20,', '-e s,@WAYLAND_VERSION_MICRO@,0,', - '-e s,@WAYLAND_VERSION@,1.17.0,', + '-e s,@WAYLAND_VERSION@,1.20.0,', }, }) -- cgit v1.2.3