aboutsummaryrefslogtreecommitdiff
path: root/wayland/wlroots
diff options
context:
space:
mode:
Diffstat (limited to 'wayland/wlroots')
-rwxr-xr-xwayland/wlroots/build12
-rw-r--r--wayland/wlroots/checksums3
-rw-r--r--wayland/wlroots/depends3
-rw-r--r--wayland/wlroots/meta3
-rw-r--r--wayland/wlroots/sources2
-rw-r--r--wayland/wlroots/version2
6 files changed, 15 insertions, 10 deletions
diff --git a/wayland/wlroots/build b/wayland/wlroots/build
index 9874dc49..8a00a92a 100755
--- a/wayland/wlroots/build
+++ b/wayland/wlroots/build
@@ -2,15 +2,13 @@
export DESTDIR="$1"
-meson \
- --prefix=/usr \
+cl-meson \
--default-library=both \
+ -Db_lto=true \
-Dexamples=false \
- -Dlibcap=disabled \
- -Dlogind=disabled \
- -Dwayland=enabled \
- -Dx11-backend=enabled \
- -Dfreerdb=disabled \
+ -Dxwayland=enabled \
+ -Dbackends=drm,libinput,x11 \
+ -Drenderers=gles2 \
. build
ninja -C build
diff --git a/wayland/wlroots/checksums b/wayland/wlroots/checksums
index c524b111..1ed1ee30 100644
--- a/wayland/wlroots/checksums
+++ b/wayland/wlroots/checksums
@@ -1 +1,2 @@
-f6bea37fd4a6f5e5f552b83d61adae8c73e64b0bcb9ae0ab464ebcd9309d3cf3 0.13.0.tar.gz
+%BLAKE3
+60ff4ba53a12ff4e277905a220076e8c66e3c9b203bb59848db3892561657c61 wlroots-0.16.2.tar.gz
diff --git a/wayland/wlroots/depends b/wayland/wlroots/depends
index 8bda3c4c..fc3424ff 100644
--- a/wayland/wlroots/depends
+++ b/wayland/wlroots/depends
@@ -1,4 +1,5 @@
eudev
+hwdata
libX11
libdrm
libinput
@@ -7,7 +8,9 @@ libxkbcommon
mesa
meson make
pixman
+seatd
wayland
wayland-protocols make
+xcb-util-renderutil
xcb-util-wm
xkeyboard-config
diff --git a/wayland/wlroots/meta b/wayland/wlroots/meta
new file mode 100644
index 00000000..2e03f422
--- /dev/null
+++ b/wayland/wlroots/meta
@@ -0,0 +1,3 @@
+description: Modular Wayland compositor library
+license: MIT
+maintainer: Cem Keylan <cem@carbslinux.org>
diff --git a/wayland/wlroots/sources b/wayland/wlroots/sources
index 954dc250..640e6cc0 100644
--- a/wayland/wlroots/sources
+++ b/wayland/wlroots/sources
@@ -1 +1 @@
-https://github.com/swaywm/wlroots/archive/0.13.0.tar.gz
+https://gitlab.freedesktop.org/wlroots/wlroots/-/archive/0.16.2/wlroots-0.16.2.tar.gz
diff --git a/wayland/wlroots/version b/wayland/wlroots/version
index 8a781637..18fec78f 100644
--- a/wayland/wlroots/version
+++ b/wayland/wlroots/version
@@ -1 +1 @@
-0.13.0 1
+0.16.2 1