From: Benjamin Gaignard <benjamin.gaignard@collabora.com>
To: ptxdist@pengutronix.de
Cc: Benjamin Gaignard <benjamin.gaignard@collabora.com>
Subject: [ptxdist] [PATCH] weston: install color-lcms lib if needed
Date: Thu, 27 Mar 2025 09:40:23 +0100 [thread overview]
Message-ID: <20250327084023.23392-1-benjamin.gaignard@collabora.com> (raw)
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
reply other threads:[~2025-03-27 8:40 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20250327084023.23392-1-benjamin.gaignard@collabora.com \
--to=benjamin.gaignard@collabora.com \
--cc=ptxdist@pengutronix.de \
/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