summaryrefslogtreecommitdiff
path: root/pkg/wayland/gen.lua
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2021-12-23 16:06:21 -0800
committerMichael Forney <mforney@mforney.org>2021-12-23 16:06:21 -0800
commit12e1ceb79496cf23073e1f7b2e0cd9b322b77054 (patch)
tree9b2cf2249f3723e6a629888c3fdfbbbe354f1ffb /pkg/wayland/gen.lua
parent02b0aa28e9e188c5b881d0341339a6d8a20a28e9 (diff)
wayland: Update to 1.20.0
Diffstat (limited to 'pkg/wayland/gen.lua')
-rw-r--r--pkg/wayland/gen.lua4
1 files changed, 2 insertions, 2 deletions
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,',
},
})