diff options
author | Cem Keylan <cem@ckyln.com> | 2022-01-23 10:48:10 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-01-23 10:48:10 +0300 |
commit | a4414efa3f64ec61cffe5876a8b68881d2b6d5af (patch) | |
tree | 64125272849678a476d212a7622ac5176b791421 | |
parent | 596e2e79ee52b453b15eeef93ab267a933845100 (diff) | |
download | repository-a4414efa3f64ec61cffe5876a8b68881d2b6d5af.tar.gz |
wlroots: bump to 0.15.0
This reverts commit 88997cf4cf8b54e4622c2166a0a29e516efc9a26.
-rwxr-xr-x | wayland/wlroots/build | 2 | ||||
-rw-r--r-- | wayland/wlroots/checksums | 3 | ||||
-rw-r--r-- | wayland/wlroots/sources | 2 | ||||
-rw-r--r-- | wayland/wlroots/version | 2 |
4 files changed, 5 insertions, 4 deletions
diff --git a/wayland/wlroots/build b/wayland/wlroots/build index e92a1ff4..5b6e34ad 100755 --- a/wayland/wlroots/build +++ b/wayland/wlroots/build @@ -6,7 +6,7 @@ cl-meson \ --default-library=both \ -Dexamples=false \ -Dxwayland=enabled \ - -Dx11-backend=enabled \ + -Dbackends=drm,libinput,x11 \ -Drenderers=gles2 \ . build diff --git a/wayland/wlroots/checksums b/wayland/wlroots/checksums index 60dff76d..f3c0164f 100644 --- a/wayland/wlroots/checksums +++ b/wayland/wlroots/checksums @@ -1 +1,2 @@ -448a83d579ac280357c8a4e902b9477bacbab81cc4d9c140e443642d458869db 0.14.1.tar.gz +%BLAKE3 +52e255ec9918d08015325e276ca23a4e9a08f860eb9656c9a5b241160fbe2942 wlroots-0.15.0.tar.gz diff --git a/wayland/wlroots/sources b/wayland/wlroots/sources index bff2e858..8a1e4851 100644 --- a/wayland/wlroots/sources +++ b/wayland/wlroots/sources @@ -1 +1 @@ -https://github.com/swaywm/wlroots/archive/0.14.1.tar.gz +https://gitlab.freedesktop.org/wlroots/wlroots/-/archive/0.15.0/wlroots-0.15.0.tar.gz diff --git a/wayland/wlroots/version b/wayland/wlroots/version index 4afcf818..cd62e2ea 100644 --- a/wayland/wlroots/version +++ b/wayland/wlroots/version @@ -1 +1 @@ -0.14.1 1 +0.15.0 1 |