mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
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.
This commit is contained in:
parent
5a178c4a23
commit
b29ac8fbac
14 changed files with 44 additions and 81 deletions
|
|
@ -7,7 +7,6 @@ packages:
|
|||
- mesa-dev
|
||||
- meson
|
||||
- pixman-dev
|
||||
- util-linux-dev
|
||||
- wayland-dev
|
||||
- wayland-protocols
|
||||
- xcb-util-image-dev
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@ packages:
|
|||
- graphics/png
|
||||
- graphics/wayland
|
||||
- graphics/wayland-protocols
|
||||
- misc/e2fsprogs-libuuid
|
||||
- multimedia/ffmpeg
|
||||
- x11/libX11
|
||||
- x11/libinput
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue