diff options
author | Cem Keylan <cem@ckyln.com> | 2021-12-20 14:02:55 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-12-20 14:02:55 +0100 |
commit | 88997cf4cf8b54e4622c2166a0a29e516efc9a26 (patch) | |
tree | 5d75f76181380347dc331bfa30d846aad6c51eb4 | |
parent | f3024c7f1ee763c10715891ae80b1342d2bfd550 (diff) | |
download | repository-88997cf4cf8b54e4622c2166a0a29e516efc9a26.tar.gz |
Revert "wlroots: bump to 0.15.0"
This reverts commit 7d37d59f1a3b0134daca49ac76aacee51aada157.
-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, 4 insertions, 5 deletions
diff --git a/wayland/wlroots/build b/wayland/wlroots/build index 5b6e34ad..e92a1ff4 100755 --- a/wayland/wlroots/build +++ b/wayland/wlroots/build @@ -6,7 +6,7 @@ cl-meson \ --default-library=both \ -Dexamples=false \ -Dxwayland=enabled \ - -Dbackends=drm,libinput,x11 \ + -Dx11-backend=enabled \ -Drenderers=gles2 \ . build diff --git a/wayland/wlroots/checksums b/wayland/wlroots/checksums index f3c0164f..60dff76d 100644 --- a/wayland/wlroots/checksums +++ b/wayland/wlroots/checksums @@ -1,2 +1 @@ -%BLAKE3 -52e255ec9918d08015325e276ca23a4e9a08f860eb9656c9a5b241160fbe2942 wlroots-0.15.0.tar.gz +448a83d579ac280357c8a4e902b9477bacbab81cc4d9c140e443642d458869db 0.14.1.tar.gz diff --git a/wayland/wlroots/sources b/wayland/wlroots/sources index 8a1e4851..bff2e858 100644 --- a/wayland/wlroots/sources +++ b/wayland/wlroots/sources @@ -1 +1 @@ -https://gitlab.freedesktop.org/wlroots/wlroots/-/archive/0.15.0/wlroots-0.15.0.tar.gz +https://github.com/swaywm/wlroots/archive/0.14.1.tar.gz diff --git a/wayland/wlroots/version b/wayland/wlroots/version index cd62e2ea..4afcf818 100644 --- a/wayland/wlroots/version +++ b/wayland/wlroots/version @@ -1 +1 @@ -0.15.0 1 +0.14.1 1 |