aboutsummaryrefslogtreecommitdiff
path: root/wayland
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-12-10 12:42:38 +0100
committerCem Keylan <cem@ckyln.com>2021-12-10 12:42:38 +0100
commite953ed08dc7834ab81c2d686d063441ee3322167 (patch)
tree7531d00a331cf72d22cd76ad33268a80e589b7db /wayland
parentfad4eab227e54e48ea0ee7f813aaa6be632cb27e (diff)
downloadrepository-e953ed08dc7834ab81c2d686d063441ee3322167.tar.gz
wayland: bump to 1.20.0
Diffstat (limited to 'wayland')
-rwxr-xr-xwayland/wayland/build15
-rw-r--r--wayland/wayland/checksums3
-rw-r--r--wayland/wayland/sources2
-rw-r--r--wayland/wayland/version2
4 files changed, 13 insertions, 9 deletions
diff --git a/wayland/wayland/build b/wayland/wayland/build
index c4ea832a..06250677 100755
--- a/wayland/wayland/build
+++ b/wayland/wayland/build
@@ -1,9 +1,12 @@
#!/bin/sh -e
-./configure \
- --prefix=/usr \
- --enable-static \
- --disable-documentation
+export DESTDIR="$1"
-make
-make DESTDIR="$1" install
+cl-meson \
+ --default-library=both \
+ -Ddocumentation=false \
+ -Dtests=false \
+ . output
+
+ninja -C output
+ninja -C output install
diff --git a/wayland/wayland/checksums b/wayland/wayland/checksums
index 91a202f1..9e0a2b72 100644
--- a/wayland/wayland/checksums
+++ b/wayland/wayland/checksums
@@ -1 +1,2 @@
-baccd902300d354581cd5ad3cc49daa4921d55fb416a5883e218750fef166d15 wayland-1.19.0.tar.xz
+%BLAKE3
+eefaaa76eb400ede6f16b5b515c4fdfe0207387cda43971465a4f050e0a04965 wayland-1.20.0.tar.xz
diff --git a/wayland/wayland/sources b/wayland/wayland/sources
index 9e20a50b..1cf72e80 100644
--- a/wayland/wayland/sources
+++ b/wayland/wayland/sources
@@ -1 +1 @@
-https://wayland.freedesktop.org/releases/wayland-1.19.0.tar.xz
+https://wayland.freedesktop.org/releases/wayland-1.20.0.tar.xz
diff --git a/wayland/wayland/version b/wayland/wayland/version
index bc3efcee..47b4c52a 100644
--- a/wayland/wayland/version
+++ b/wayland/wayland/version
@@ -1 +1 @@
-1.19.0 2
+1.20.0 1