From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/weston: fix build without shell-desktop
Date: Fri, 4 Mar 2022 21:58:40 +0100 [thread overview]
Message-ID: <20220304205840.GA228549@scaer> (raw)
In-Reply-To: <20220304190600.4021243-1-fontaine.fabrice@gmail.com>
Fabrice, All,
On 2022-03-04 20:06 +0100, Fabrice Fontaine spake thusly:
> Fix the following build failure without shell-desktop raised since bump
> to version 10.0.0 in commit f67a6e9b7a7be9adbc405b3126000056120a01af and
> https://gitlab.freedesktop.org/wayland/weston/-/commit/9e90760ab054db2234f73374600489fa5584ad7c:
>
> In file included from ../tests/weston-test-client-helper.c:43:
> ../tests/weston-test-client-helper.h:40:10: fatal error: weston-screenshooter-client-protocol.h: No such file or directory
> 40 | #include "weston-screenshooter-client-protocol.h"
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
> Fixes:
> - http://autobuild.buildroot.org/results/8ece588f52fc1b4e422f8bce9b106d9d3822f1a1
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> ...ncy-on-screenshooter-client-protocol.patch | 38 +++++++++++++++++++
> 1 file changed, 38 insertions(+)
> create mode 100644 package/weston/0001-tests-Add-dependency-on-screenshooter-client-protocol.patch
>
> diff --git a/package/weston/0001-tests-Add-dependency-on-screenshooter-client-protocol.patch b/package/weston/0001-tests-Add-dependency-on-screenshooter-client-protocol.patch
> new file mode 100644
> index 0000000000..927215380e
> --- /dev/null
> +++ b/package/weston/0001-tests-Add-dependency-on-screenshooter-client-protocol.patch
> @@ -0,0 +1,38 @@
> +From 2ac6b6b084a877adde64db7faff2ed22eb3ea97a Mon Sep 17 00:00:00 2001
> +From: Daniel Stone <daniels@collabora.com>
> +Date: Tue, 8 Feb 2022 22:39:42 +0000
> +Subject: [PATCH] tests: Add dependency on screenshooter client protocol
> +
> +Given that the test-helper code relies on the screenshooter protocol,
> +make sure it's available for us to build, and the dependency ensures we
> +build in order.
> +
> +Fixes: #588
> +
> +Signed-off-by: Daniel Stone <daniels@collabora.com>
> +
> +[Retrieved from:
> +https://gitlab.freedesktop.org/wayland/weston/-/commit/2ac6b6b084a877adde64db7faff2ed22eb3ea97a]
> +Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> +---
> + tests/meson.build | 3 ++-
> + 1 file changed, 2 insertions(+), 1 deletion(-)
> +
> +diff --git a/tests/meson.build b/tests/meson.build
> +index 2d464ddcc..222091cd1 100644
> +--- a/tests/meson.build
> ++++ b/tests/meson.build
> +@@ -29,8 +29,9 @@ lib_test_client = static_library(
> + 'weston-test-client-helper.c',
> + 'weston-test-fixture-compositor.c',
> + weston_test_client_protocol_h,
> +- weston_screenshooter_protocol_c,
> + weston_test_protocol_c,
> ++ weston_screenshooter_client_protocol_h,
> ++ weston_screenshooter_protocol_c,
> + viewporter_client_protocol_h,
> + viewporter_protocol_c,
> + 'color_util.h',
> +--
> +GitLab
> +
> --
> 2.34.1
>
--
.-----------------.--------------------.------------------.--------------------.
| 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. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
prev parent reply other threads:[~2022-03-04 20:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-04 19:06 [Buildroot] [PATCH 1/1] package/weston: fix build without shell-desktop Fabrice Fontaine
2022-03-04 20:58 ` Yann E. MORIN [this message]
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=20220304205840.GA228549@scaer \
--to=yann.morin.1998@free.fr \
--cc=buildroot@buildroot.org \
--cc=fontaine.fabrice@gmail.com \
--cc=thomas.petazzoni@bootlin.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.