diff options
-rwxr-xr-x | wayland/xwayland/build | 4 | ||||
-rw-r--r-- | wayland/xwayland/checksums | 2 | ||||
-rw-r--r-- | wayland/xwayland/sources | 2 | ||||
-rw-r--r-- | wayland/xwayland/version | 2 |
4 files changed, 7 insertions, 3 deletions
diff --git a/wayland/xwayland/build b/wayland/xwayland/build index 7b471562..dd8e094e 100755 --- a/wayland/xwayland/build +++ b/wayland/xwayland/build @@ -2,6 +2,10 @@ export DESTDIR="$1" +# I don't know why these build systems add these "optional" dependencies, then +# don't let you disable them when your system has it. +clsed "/libbsd\_dep/s/'libbsd'/'libnothankyou'/" meson.build + cl-meson \ -Ddefault_font_path=/usr/share/fonts \ -Dsha1=libcrypto \ diff --git a/wayland/xwayland/checksums b/wayland/xwayland/checksums index d81c10a4..d2e41803 100644 --- a/wayland/xwayland/checksums +++ b/wayland/xwayland/checksums @@ -1,2 +1,2 @@ %BLAKE3 -056a663fed8fc1838b0024b00533c1886261161ba8613e92dad58b885b5c45ea xwayland-22.1.2.tar.xz +0e0f96492ea1cb38f813313972a8e7ce9ebc19fe6b62f381ce28dd4bec4ddff1 xwayland-22.1.3.tar.xz diff --git a/wayland/xwayland/sources b/wayland/xwayland/sources index d1ed6cdc..a8872891 100644 --- a/wayland/xwayland/sources +++ b/wayland/xwayland/sources @@ -1 +1 @@ -https://www.x.org/releases/individual/xserver/xwayland-22.1.2.tar.xz +https://www.x.org/releases/individual/xserver/xwayland-22.1.3.tar.xz diff --git a/wayland/xwayland/version b/wayland/xwayland/version index 5640cdf0..f10789d1 100644 --- a/wayland/xwayland/version +++ b/wayland/xwayland/version @@ -1 +1 @@ -22.1.2 1 +22.1.3 1 |