aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2024-07-08 10:13:47 +0800
committeremmett1 <emmett1.2miligrams@protonmail.com>2024-07-08 10:13:47 +0800
commitf6e9355c38104ce3320601faffb85b20f7fc14b7 (patch)
treee5d5abd13569e4c63c8798938bed73439ea10d89
parentfe773600d98e5887b61f41fb575c3e7b3318a4a6 (diff)
downloadalicelinux-f6e9355c38104ce3320601faffb85b20f7fc14b7.tar.gz
alicelinux-f6e9355c38104ce3320601faffb85b20f7fc14b7.zip
wlroots: updated to 0.17.4
-rw-r--r--repos/wayland/wlroots/.files2
-rw-r--r--repos/wayland/wlroots/abuild7
-rw-r--r--repos/wayland/wlroots/depends3
3 files changed, 6 insertions, 6 deletions
diff --git a/repos/wayland/wlroots/.files b/repos/wayland/wlroots/.files
index 001305f2..65a4ce36 100644
--- a/repos/wayland/wlroots/.files
+++ b/repos/wayland/wlroots/.files
@@ -10,6 +10,7 @@ drwxr-xr-x root/root usr/include/wlr/backend/
-rw-r--r-- root/root usr/include/wlr/backend/multi.h
-rw-r--r-- root/root usr/include/wlr/backend/session.h
-rw-r--r-- root/root usr/include/wlr/backend/wayland.h
+-rw-r--r-- root/root usr/include/wlr/backend/x11.h
-rw-r--r-- root/root usr/include/wlr/config.h
drwxr-xr-x root/root usr/include/wlr/interfaces/
-rw-r--r-- root/root usr/include/wlr/interfaces/wlr_buffer.h
@@ -107,6 +108,7 @@ drwxr-xr-x root/root usr/include/wlr/util/
-rw-r--r-- root/root usr/include/wlr/util/region.h
-rw-r--r-- root/root usr/include/wlr/version.h
-rw-r--r-- root/root usr/include/wlr/xcursor.h
+-rw-r--r-- root/root usr/include/wlr/xwayland.h
drwxr-xr-x root/root usr/include/wlr/xwayland/
-rw-r--r-- root/root usr/include/wlr/xwayland/server.h
-rw-r--r-- root/root usr/include/wlr/xwayland/shell.h
diff --git a/repos/wayland/wlroots/abuild b/repos/wayland/wlroots/abuild
index bd19c3fd..662964d3 100644
--- a/repos/wayland/wlroots/abuild
+++ b/repos/wayland/wlroots/abuild
@@ -1,6 +1,7 @@
name=wlroots
-version=0.17.3
+version=0.17.4
release=1
source="https://gitlab.freedesktop.org/${name}/${name}/-/releases/${version}/downloads/${name}-${version}.tar.gz"
-build_opt="-Dexamples=false -Ddefault_library=both -Dbackends=drm,libinput"
-[ -f $SPM_PKGDB/xwayland ] && build_opt="$build_opt -Dxwayland=enabled"
+[ -f $SPM_PKGDB/libx11 ] && xbackends=",x11"
+[ -f $SPM_PKGDB/xwayland ] && build_opt="-Dxwayland=enabled"
+build_opt="$build_opt -Dexamples=false -Ddefault_library=both -Dbackends=drm,libinput$xbackends"
diff --git a/repos/wayland/wlroots/depends b/repos/wayland/wlroots/depends
index c5fa0a6d..da8befc6 100644
--- a/repos/wayland/wlroots/depends
+++ b/repos/wayland/wlroots/depends
@@ -1,7 +1,4 @@
-hwdata
seatd
-wayland
-libdrm
libxkbcommon
pixman
libinput