* [ptxdist] [PATCH] weston: install color-lcms lib if needed
@ 2025-03-27 8:40 Benjamin Gaignard
2025-04-04 13:50 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Benjamin Gaignard @ 2025-03-27 8:40 UTC (permalink / raw)
To: ptxdist; +Cc: Benjamin Gaignard
if PTXCONF_WESTON_COLOR_MANAGEMENT_LCMS has been set, it is needed
to install color-lcms lib.
Signed-off-by: Benjamin Gaignard <benjamin.gaignard@collabora.com>
Fixes: 6d447e0278df ("weston: build color management module")
---
rules/weston.make | 3 +++
1 file changed, 3 insertions(+)
diff --git a/rules/weston.make b/rules/weston.make
index d1308f9b1..702fc9ea4 100644
--- a/rules/weston.make
+++ b/rules/weston.make
@@ -146,6 +146,9 @@ ifdef PTXCONF_WESTON_PIPEWIRE
endif
ifdef PTXCONF_WESTON_REMOTING
@$(call install_lib, weston, 0, 0, 0644, libweston-$(LIBWESTON_MAJOR)/remoting-plugin)
+endif
+ifdef PTXCONF_WESTON_COLOR_MANAGEMENT_LCMS
+ @$(call install_lib, weston, 0, 0, 0644, libweston-$(LIBWESTON_MAJOR)/color-lcms)
endif
@$(call install_lib, weston, 0, 0, 0644, weston/desktop-shell)
@$(call install_lib, weston, 0, 0, 0644, weston/fullscreen-shell)
--
2.43.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [APPLIED] weston: install color-lcms lib if needed
2025-03-27 8:40 [ptxdist] [PATCH] weston: install color-lcms lib if needed Benjamin Gaignard
@ 2025-04-04 13:50 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2025-04-04 13:50 UTC (permalink / raw)
To: ptxdist; +Cc: Benjamin Gaignard
Thanks, applied as 1824bcf480401b20612048ae072fdfa790643a1f.
Michael
[sent from post-receive hook]
On Fri, 04 Apr 2025 15:50:09 +0200, Benjamin Gaignard <benjamin.gaignard@collabora.com> wrote:
> if PTXCONF_WESTON_COLOR_MANAGEMENT_LCMS has been set, it is needed
> to install color-lcms lib.
>
> Signed-off-by: Benjamin Gaignard <benjamin.gaignard@collabora.com>
> Fixes: 6d447e0278df ("weston: build color management module")
> Message-Id: <20250327084023.23392-1-benjamin.gaignard@collabora.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/weston.make b/rules/weston.make
> index d1308f9b158b..702fc9ea46b8 100644
> --- a/rules/weston.make
> +++ b/rules/weston.make
> @@ -146,6 +146,9 @@ ifdef PTXCONF_WESTON_PIPEWIRE
> endif
> ifdef PTXCONF_WESTON_REMOTING
> @$(call install_lib, weston, 0, 0, 0644, libweston-$(LIBWESTON_MAJOR)/remoting-plugin)
> +endif
> +ifdef PTXCONF_WESTON_COLOR_MANAGEMENT_LCMS
> + @$(call install_lib, weston, 0, 0, 0644, libweston-$(LIBWESTON_MAJOR)/color-lcms)
> endif
> @$(call install_lib, weston, 0, 0, 0644, weston/desktop-shell)
> @$(call install_lib, weston, 0, 0, 0644, weston/fullscreen-shell)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-04-04 13:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-03-27 8:40 [ptxdist] [PATCH] weston: install color-lcms lib if needed Benjamin Gaignard
2025-04-04 13:50 ` [ptxdist] [APPLIED] " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox