From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 0/6] Update Cage, wlroots, and wayland
Date: Sun, 16 May 2021 16:07:10 +0200 [thread overview]
Message-ID: <20210516140710.GI2506@scaer> (raw)
In-Reply-To: <20210513163325.1775639-1-aperez@igalia.com>
Adrian, All,
On 2021-05-13 19:33 +0300, Adrian Perez de Castro spake thusly:
> 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. The latter also needs a bump to the
> wayland package, so that gets updated as well.
>
> 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. I reckon that these three patches
> dealing with libseat could be split in a separate patch set, but I opted
> for including them in the series for context. 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]. At any rate, let me know if you would
> rather have the libseat patches in a separate submission, and I will be
> happy to make it happen :)
No, this is perfectly fine to have in this series. I had a few comments
about patches 2-onward, though, so I marked them changes-requested.
Patch 1 got applied to next. Thanks!
Regards,
Yann E. MORIN.
> Best regards,
> -Adrian
>
>
> [1] https://gitlab.freedesktop.org/wayland/weston/-/commit/6c4a993a999048a2054ec97e71d32839b312c642
>
> Adrian Perez de Castro (6):
> package/wayland: bump to version 1.19.0
> 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 | 48 ++++++++++++++++
> package/seatd/S70seatd | 38 +++++++++++++
> package/seatd/seatd.hash | 5 ++
> package/seatd/seatd.mk | 52 +++++++++++++++++
> ...01-build-add-option-to-disable-tests.patch | 25 ++++----
> .../0002-meson-do-not-check-for-c.patch | 29 ----------
> ...002-meson-only-require-cpp-for-tests.patch | 57 +++++++++++++++++++
> package/wayland/wayland.hash | 8 +--
> package/wayland/wayland.mk | 2 +-
> package/wlroots/wlroots.hash | 4 +-
> package/wlroots/wlroots.mk | 12 ++--
> 15 files changed, 268 insertions(+), 59 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
> delete mode 100644 package/wayland/0002-meson-do-not-check-for-c.patch
> create mode 100644 package/wayland/0002-meson-only-require-cpp-for-tests.patch
>
> --
> 2.31.1
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
next prev parent reply other threads:[~2021-05-16 14:07 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-13 16:33 [Buildroot] [PATCH 0/6] Update Cage, wlroots, and wayland Adrian Perez de Castro
2021-05-13 16:33 ` [Buildroot] [PATCH 1/6] package/wayland: bump to version 1.19.0 Adrian Perez de Castro
2021-05-16 14:04 ` Yann E. MORIN
2021-05-18 12:13 ` Adrian Perez de Castro
2021-05-13 16:33 ` [Buildroot] [PATCH 2/6] package/wlroots: bump to version 0.13.0 Adrian Perez de Castro
2021-05-16 13:41 ` Yann E. MORIN
2021-05-18 12:22 ` Adrian Perez de Castro
2021-05-13 16:33 ` [Buildroot] [PATCH 3/6] package/seatd: new package Adrian Perez de Castro
2021-05-16 13:54 ` Yann E. MORIN
2021-05-18 13:17 ` Adrian Perez de Castro
2021-05-13 16:33 ` [Buildroot] [PATCH 4/6] package/seatd: install init scripts Adrian Perez de Castro
2021-05-16 14:00 ` Yann E. MORIN
2021-05-18 13:33 ` Adrian Perez de Castro
2021-05-13 16:33 ` [Buildroot] [PATCH 5/6] package/wlroots: use libseat when available Adrian Perez de Castro
2021-05-13 16:33 ` [Buildroot] [PATCH 6/6] package/cage: bump to version 0.1.3 Adrian Perez de Castro
2021-05-16 14:07 ` Yann E. MORIN [this message]
2021-05-18 13:54 ` [Buildroot] [PATCH v2 0/5] Update Cage, wlroots, and wayland Adrian Perez de Castro
2021-05-18 13:54 ` [Buildroot] [PATCH v2 1/5] package/wlroots: bump to version 0.13.0 Adrian Perez de Castro
2021-05-18 13:54 ` [Buildroot] [PATCH v2 2/5] package/seatd: new package Adrian Perez de Castro
2021-05-18 13:54 ` [Buildroot] [PATCH v2 3/5] package/seatd: install init scripts Adrian Perez de Castro
2021-05-18 13:54 ` [Buildroot] [PATCH v2 4/5] package/wlroots: use libseat when available Adrian Perez de Castro
2021-05-18 13:54 ` [Buildroot] [PATCH v2 5/5] package/cage: bump to version 0.1.3 Adrian Perez de Castro
2021-05-18 14:00 ` [Buildroot] [PATCH v2 0/5] Update Cage, wlroots, and wayland Adrian Perez de Castro
2021-05-18 17:11 ` Yann E. MORIN
2021-05-27 13:41 ` Adrian Perez de Castro
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210516140710.GI2506@scaer \
--to=yann.morin.1998@free.fr \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox