aboutsummaryrefslogtreecommitdiff
path: root/.builds
diff options
context:
space:
mode:
authorRyan Farley <ryan.farley@gmx.com>2021-04-07 13:10:43 -0500
committerSimon Ser <contact@emersion.fr>2021-04-11 19:09:36 +0200
commitb29ac8fbaceeac7f902fc75bb94a13b9cd9a0465 (patch)
treea47bd9bb8d4265386c3abb5ad7be6a7a397bbfb0 /.builds
parent5a178c4a2398de612b7a4cb39d060ec62eec666b (diff)
util/uuid: replace with util/token, remove libuuid
Use 128-bit hexadecimal string tokens generated with /dev/urandom instead of UUIDs for xdg-foreign handles, removing the libuuid dependency. Update readme and CI. Closes #2830. build: remove xdg-foreign feature With no external dependencies required, there's no reason not to always build it. Remove WLR_HAS_XDG_FOREIGN as well.
Diffstat (limited to '.builds')
-rw-r--r--.builds/alpine.yml1
-rw-r--r--.builds/freebsd.yml1
2 files changed, 0 insertions, 2 deletions
diff --git a/.builds/alpine.yml b/.builds/alpine.yml
index 3caed345..5427f275 100644
--- a/.builds/alpine.yml
+++ b/.builds/alpine.yml
@@ -7,7 +7,6 @@ packages:
- mesa-dev
- meson
- pixman-dev
- - util-linux-dev
- wayland-dev
- wayland-protocols
- xcb-util-image-dev
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml
index 7806b72c..4262feed 100644
--- a/.builds/freebsd.yml
+++ b/.builds/freebsd.yml
@@ -10,7 +10,6 @@ packages:
- graphics/png
- graphics/wayland
- graphics/wayland-protocols
- - misc/e2fsprogs-libuuid
- multimedia/ffmpeg
- x11/libX11
- x11/libinput