[Buildroot] [PATCH v2 0/5] Update Cage, wlroots, and wayland

Adrian Perez de Castro aperez at igalia.com
Tue May 18 14:00:13 UTC 2021


On Tue, 18 May 2021 16:54:18 +0300 Adrian Perez de Castro <aperez at igalia.com> wrote:
> Hello!
> 
> This patch set updates Cage to 0.1.3, which by itself does not have functional
> changes over the previous version, but it pulls in wlroots 0.13.0 which does
> include a good number of improvements.

Ah, I forgot to add in the subject line that this is for the “next” branch;
it should read “[PATCH next v2 x/5]” O:-)

> Last but not least, wlroots can now libseat to broker sessions, so three of
> the patches deal with adding a package for it, installing the daemon init
> scripts (if the daemon is enabled, as it is optional), and arranging for
> wlroots to use libseat when available. It looks like libseat is gaining
> momentum in the Wayland ecosystem and for example Weston can also use it
> since half a year ago [1].
> 
> Best regards,
> -Adrian
> 
> [1] https://gitlab.freedesktop.org/wayland/weston/-/commit/6c4a993a999048a2054ec97e71d32839b312c642
> 
> 
> Adrian Perez de Castro (5):
>   package/wlroots: bump to version 0.13.0
>   package/seatd: new package
>   package/seatd: install init scripts
>   package/wlroots: use libseat when available
>   package/cage: bump to version 0.1.3
> 
>  package/Config.in                             |  1 +
>  package/cage/cage.hash                        |  2 +-
>  package/cage/cage.mk                          |  7 +--
>  ...pport-building-builtin-without-seatd.patch | 37 +++++++++++++
>  package/seatd/Config.in                       | 22 ++++++++
>  package/seatd/S70seatd                        | 38 ++++++++++++++
>  package/seatd/seatd.hash                      |  5 ++
>  package/seatd/seatd.mk                        | 52 +++++++++++++++++++
>  package/wlroots/Config.in                     |  3 ++
>  package/wlroots/wlroots.hash                  |  4 +-
>  package/wlroots/wlroots.mk                    | 25 ++++-----
>  11 files changed, 174 insertions(+), 22 deletions(-)
>  create mode 100644 package/seatd/0001-meson-Support-building-builtin-without-seatd.patch
>  create mode 100644 package/seatd/Config.in
>  create mode 100755 package/seatd/S70seatd
>  create mode 100644 package/seatd/seatd.hash
>  create mode 100644 package/seatd/seatd.mk
> 
> -- 
> 2.31.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20210518/79d2eb4b/attachment-0002.asc>


More information about the buildroot mailing list