diff options
Diffstat (limited to 'wayland/wlroots')
-rwxr-xr-x | wayland/wlroots/build | 4 | ||||
-rw-r--r-- | wayland/wlroots/checksums | 3 | ||||
-rw-r--r-- | wayland/wlroots/depends | 4 | ||||
-rw-r--r-- | wayland/wlroots/sources | 2 | ||||
-rw-r--r-- | wayland/wlroots/version | 2 |
5 files changed, 11 insertions, 4 deletions
diff --git a/wayland/wlroots/build b/wayland/wlroots/build index e92a1ff4..06b86f6a 100755 --- a/wayland/wlroots/build +++ b/wayland/wlroots/build @@ -4,10 +4,12 @@ export DESTDIR="$1" cl-meson \ --default-library=both \ + -Db_lto=true \ -Dexamples=false \ -Dxwayland=enabled \ - -Dx11-backend=enabled \ + -Dbackends=drm,libinput,x11 \ -Drenderers=gles2 \ + -Dsession=enabled \ . build ninja -C build diff --git a/wayland/wlroots/checksums b/wayland/wlroots/checksums index 60dff76d..534ea488 100644 --- a/wayland/wlroots/checksums +++ b/wayland/wlroots/checksums @@ -1 +1,2 @@ -448a83d579ac280357c8a4e902b9477bacbab81cc4d9c140e443642d458869db 0.14.1.tar.gz +%BLAKE3 +c13009860715083e38d74f091c5791a48965d71a6f44ddf547c5b664e43c04e0 wlroots-0.18.1.tar.gz diff --git a/wayland/wlroots/depends b/wayland/wlroots/depends index 8bda3c4c..1432657f 100644 --- a/wayland/wlroots/depends +++ b/wayland/wlroots/depends @@ -1,5 +1,7 @@ eudev +hwdata libX11 +libdisplay-info make libdrm libinput libxcb @@ -7,7 +9,9 @@ libxkbcommon mesa meson make pixman +seatd wayland wayland-protocols make +xcb-util-renderutil xcb-util-wm xkeyboard-config diff --git a/wayland/wlroots/sources b/wayland/wlroots/sources index bff2e858..c01a501f 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.18.1/wlroots-0.18.1.tar.gz diff --git a/wayland/wlroots/version b/wayland/wlroots/version index 4afcf818..10895720 100644 --- a/wayland/wlroots/version +++ b/wayland/wlroots/version @@ -1 +1 @@ -0.14.1 1 +0.18.1 1 |